public class ServiceStack extends Object
Constructor and Description |
---|
ServiceStack(String name) |
Modifier and Type | Method and Description |
---|---|
int |
absLevel(int i) |
int |
absLevel(String level) |
void |
add(Service S) |
Object[] |
delete(Service S) |
void |
expand(int level) |
Object[] |
get(int mylevel) |
Service[] |
get(String mylevel) |
static int |
getAbsLevel(String level) |
boolean |
isEmpty(int level) |
boolean |
isEmpty(String level) |
void |
makeConsistent(Service S) |
static String |
pr(String s) |
void |
reinit() |
boolean |
update(Service S) |
public ServiceStack(String name)
public void reinit()
public static int getAbsLevel(String level)
public int absLevel(String level)
public int absLevel(int i)
public void expand(int level)
public Object[] get(int mylevel)
public void makeConsistent(Service S)
public void add(Service S)
public boolean update(Service S)
public boolean isEmpty(String level)
public boolean isEmpty(int level)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.