org.opcfoundation.ua.transport
Interface CloseableObject

All Superinterfaces:
IStatefulObject<CloseableObjectState,ServiceResultException>
All Known Subinterfaces:
EndpointServer
All Known Implementing Classes:
AbstractServerConnection, HttpsServer, OpcTcpServer, OpcTcpServerConnection

public interface CloseableObject
extends IStatefulObject<CloseableObjectState,ServiceResultException>

CloseableObject interface.


Method Summary
 CloseableObject close()
          Close the object.
 
Methods inherited from interface org.opcfoundation.ua.utils.IStatefulObject
addStateListener, addStateNotifiable, getError, getState, removeStateListener, removeStateNotifiable, waitForState, waitForState, waitForStateUninterruptibly
 

Method Detail

close

CloseableObject close()
Close the object. This method is async, invocation makes the object go into closing state.

Returns:
a CloseableObject object.


Copyright © 2018. All rights reserved.