|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.kernel.mux.BaseConnection
org.iids.aos.kernel.mux.LoopbackBaseConnection
public class LoopbackBaseConnection
| Method Summary | |
|---|---|
void |
close()
Performs the actions that must occur to fully close the base connection and remove any associated state. |
static LoopbackBaseConnection |
getInstance()
Creates a BaseConnection whose remote multiplexer is not represented by a RemoteMux object. |
boolean |
inUse()
When errors occur on a base connection we call this method to see if it affected any MUXP connections. |
java.lang.String |
localName()
Returns a human-readable string for the local communication endpoint. |
org.acplt.oncrpc.XdrAble |
receiveMessage()
|
java.lang.String |
remoteName()
Returns some human-readable string for the remote multiplexer. |
void |
sendMessage(org.acplt.oncrpc.XdrAble msg)
|
| Methods inherited from class org.iids.aos.kernel.mux.BaseConnection |
|---|
close, getExceptionThatCausedClose, getSocket, isClosed, setExceptionThatCausedClose, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static LoopbackBaseConnection getInstance()
InputOutputException - if openBaseConns is already closedpublic void close()
close in class BaseConnectionpublic boolean inUse()
BaseConnection
inUse in class BaseConnectionpublic void sendMessage(org.acplt.oncrpc.XdrAble msg)
public org.acplt.oncrpc.XdrAble receiveMessage()
public java.lang.String localName()
localName in class BaseConnectionpublic java.lang.String remoteName()
BaseConnection
remoteName in class BaseConnection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||