Package com.sun.enterprise.resource
Interface DynamicallyReconfigurableResource
-
- All Known Implementing Classes:
DynamicResourceReconfigurator
public interface DynamicallyReconfigurableResourceContract for dynamically reconfigurable resource
-
-
Field Summary
Fields Modifier and Type Field Description static StringSET_DELEGATE_METHOD_NAMEstatic StringSET_INVALID_METHOD_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDelegate(Object o)voidsetInvalid()
-
-
-
Field Detail
-
SET_DELEGATE_METHOD_NAME
static final String SET_DELEGATE_METHOD_NAME
- See Also:
- Constant Field Values
-
SET_INVALID_METHOD_NAME
static final String SET_INVALID_METHOD_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
setDelegate
void setDelegate(Object o)
-
setInvalid
void setInvalid()
-
-