|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEmxNwLnkEndpoint
The EMX Network Link root interface.
Method Summary | |
---|---|
void |
close()
Close an endpoint. |
Method Detail |
---|
void close() throws EEmxInvalidStateException, EEmxNwLnkOpFailedException
EEmxInvalidStateException
- This exception is thrown in case the
user is attempting to close the endpoint when in an invalid state. The
exact states in which an endpoint can be closed (determining when this
exception is throw) is specified by the endpoint type i.e. a client
endpoint will throw this exception under conditions different from a
server or peer endpoint. Refer to the documentation of the specific
typed endpoints for details.
EEmxNwLnkOpFailedException
- This exception is thrown in case an
error was encountered while closing the endpoint.
This method is used to close an endpoint and release all operating system resources allocated to the endpoint. The legality on when and in which states this method can be invoked is specified by the endpoint types.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |