Class ServiceStack


  • public class ServiceStack
    extends Object
    Services of the same name get put in the same stack and stored within the ServiceTree.
    • Constructor Detail

      • ServiceStack

        public ServiceStack​(String name)
    • Method Detail

      • reinit

        public void reinit()
      • getAbsLevel

        public static int getAbsLevel​(String level)
      • absLevel

        public int absLevel​(String level)
      • absLevel

        public int absLevel​(int i)
      • expand

        public void expand​(int level)
      • get

        public Object[] get​(int mylevel)
      • makeConsistent

        public void makeConsistent​(Service S)
      • add

        public void add​(Service S)
      • update

        public boolean update​(Service S)
      • isEmpty

        public boolean isEmpty​(String level)
      • isEmpty

        public boolean isEmpty​(int level)