org.globus.wsrf.container
Class UsageConfig
java.lang.Object
org.globus.wsrf.container.UsageConfig
- public class UsageConfig
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USAGE_STATISTICS_TARGETS
private static final java.lang.String USAGE_STATISTICS_TARGETS
- See Also:
- Constant Field Values
containerType
private static short containerType
manager
private ServiceManager manager
targetList
private java.util.List targetList
startTime
private long startTime
UsageConfig
UsageConfig(ServiceManager manager)
UsageConfig
UsageConfig(ServiceManager manager,
java.lang.String targets)
init
protected void init(java.lang.String targets)
getUsageConfig
public static UsageConfig getUsageConfig()
- Returns UsageConfig of ServiceManager. The ServiceManager is obtained
based on the lookup of AxisEngine associated with the current
MessageContext set on the thread. Returns null if unable to get
the ServiceManager (MessageContext is not set on the thread).
hasTargets
public boolean hasTargets()
getTargets
public java.util.List getTargets()
addTarget
public void addTarget(java.lang.String target)
removeTarget
public void removeTarget(java.lang.String target)
clearTargets
public void clearTargets()
setContainerType
static void setContainerType(short type)
getContainerType
static short getContainerType()
getContainerHost
public java.net.InetAddress getContainerHost()
sendStartPacket
void sendStartPacket()
sendStopPacket
void sendStopPacket()