|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CloseableObjectState | |
|---|---|
| org.opcfoundation.ua.common | This package contains common and shared classes |
| org.opcfoundation.ua.transport | This package contains SecureChannel and related interfaces |
| org.opcfoundation.ua.transport.https | Code for creating a HTTPS based secure channel |
| org.opcfoundation.ua.transport.tcp.nio | |
| Uses of CloseableObjectState in org.opcfoundation.ua.common |
|---|
| Methods in org.opcfoundation.ua.common with parameters of type CloseableObjectState | |
|---|---|
void |
DebugLogger.onStateTransition(IStatefulObject<CloseableObjectState,?> sender,
CloseableObjectState oldState,
CloseableObjectState newState)
onStateTransition. |
| Method parameters in org.opcfoundation.ua.common with type arguments of type CloseableObjectState | |
|---|---|
void |
DebugLogger.onStateTransition(IStatefulObject<CloseableObjectState,?> sender,
CloseableObjectState oldState,
CloseableObjectState newState)
onStateTransition. |
| Uses of CloseableObjectState in org.opcfoundation.ua.transport |
|---|
| Fields in org.opcfoundation.ua.transport with type parameters of type CloseableObjectState | |
|---|---|
static EnumSet<CloseableObjectState> |
CloseableObjectState.CLOSED_STATES
|
static EnumSet<CloseableObjectState> |
CloseableObjectState.OPEN_STATES
|
static EnumSet<CloseableObjectState> |
CloseableObjectState.POST_OPENING_STATES
|
| Methods in org.opcfoundation.ua.transport that return CloseableObjectState | |
|---|---|
static CloseableObjectState |
CloseableObjectState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CloseableObjectState[] |
CloseableObjectState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of CloseableObjectState in org.opcfoundation.ua.transport.https |
|---|
| Methods in org.opcfoundation.ua.transport.https with parameters of type CloseableObjectState | |
|---|---|
protected void |
HttpsServerConnection.onStateTransition(CloseableObjectState oldState,
CloseableObjectState newState)
Override this. |
| Uses of CloseableObjectState in org.opcfoundation.ua.transport.tcp.nio |
|---|
| Methods in org.opcfoundation.ua.transport.tcp.nio with parameters of type CloseableObjectState | |
|---|---|
protected void |
OpcTcpServerSecureChannel.onStateTransition(CloseableObjectState oldState,
CloseableObjectState newState)
Override this. |
protected void |
OpcTcpServerConnection.onStateTransition(CloseableObjectState oldState,
CloseableObjectState newState)
Override this. |
protected void |
AbstractServerConnection.onStateTransition(CloseableObjectState oldState,
CloseableObjectState newState)
Override this. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||