|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrpc.BasicConnectionContext
public class BasicConnectionContext
Field Summary |
---|
Fields inherited from interface rpc.ConnectionContext |
---|
DEFAULT_MAX_RECEIVE_FRAGMENT, DEFAULT_MAX_TRANSMIT_FRAGMENT, MAX_RECEIVE_FRAGMENT, MAX_TRANSMIT_FRAGMENT |
Constructor Summary | |
---|---|
BasicConnectionContext()
|
Method Summary | |
---|---|
ConnectionOrientedPdu |
accept(ConnectionOrientedPdu pdu)
|
ConnectionOrientedPdu |
alter(PresentationContext context)
|
Connection |
getConnection()
|
ConnectionOrientedPdu |
init(PresentationContext context,
java.util.Properties properties)
|
boolean |
isEstablished()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicConnectionContext()
Method Detail |
---|
public ConnectionOrientedPdu init(PresentationContext context, java.util.Properties properties) throws java.io.IOException
init
in interface ConnectionContext
java.io.IOException
public ConnectionOrientedPdu alter(PresentationContext context) throws java.io.IOException
alter
in interface ConnectionContext
java.io.IOException
public ConnectionOrientedPdu accept(ConnectionOrientedPdu pdu) throws java.io.IOException
accept
in interface ConnectionContext
java.io.IOException
public Connection getConnection()
getConnection
in interface ConnectionContext
public boolean isEstablished()
isEstablished
in interface ConnectionContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |