Interface WhnManager
-
public interface WhnManager
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAMEstatic StringTNS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaddToContext(String context)booleanremoveFromContext(String context)
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
TNS
static final String TNS
- See Also:
- Constant Field Values
-
-
Method Detail
-
addToContext
boolean addToContext(String context) throws GCUBEUnrecoverableException
- Throws:
GCUBEUnrecoverableException
-
removeFromContext
boolean removeFromContext(String context) throws GCUBEUnrecoverableException
- Throws:
GCUBEUnrecoverableException
-
-