cacheSASContext
public long cacheSASContext(byte[] client_authentication_token)
close
public void close()
called from Delegate/ConnectionManagement etc.
closeConnectionReceived
public void closeConnectionReceived(byte[] close_conn,
GIOPConnection connection)
Received a CloseConnection message. Remarshal all pending
messages. The close mechanism will be invoked separately by the
actual closing of the Transport and will trigger the
remarshaling.
- closeConnectionReceived in interface ReplyListener
decClients
public boolean decClients()
This method decrements the number of clients. If the number reaches
zero it also calls close.
- a
boolean
value, true if client_count is zero.
getInfo
public String getInfo()
getRegisteredProfile
public Profile getRegisteredProfile()
Get the profile that was used for registering with the
ClientConnectionManager. In case of BiDirIIOP it is NOT equal
to the transports profile.
getTCS
public int getTCS()
getTCSW
public int getTCSW()
get_server_profile
public Profile get_server_profile()
incClients
public void incClients()
isClientInitiated
public boolean isClientInitiated()
isTCSNegotiated
public boolean isTCSNegotiated()
purgeSASContext
public long purgeSASContext(long client_context_id)
sendRequest
public void sendRequest(MessageOutputStream os,
ReplyPlaceholder placeholder,
int request_id,
boolean response_expected)
The request_id parameter is only used, if response_expected.