Class ServiceStack

java.lang.Object
org.apache.vinci.transport.vns.service.ServiceStack

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

    • ServiceStack

      public ServiceStack(String name)
  • Method Details

    • 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 Service[] get(String mylevel)
    • 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)
    • delete

      public Object[] delete(Service S)
    • pr

      public static String pr(String s)