Package | Description |
---|---|
com.viaoa.remote.info | |
com.viaoa.remote.multiplexer |
Socket API for multiple "virtual" sockets to use a single physical socket.
|
Modifier and Type | Field and Description |
---|---|
BindInfo |
RequestInfo.bind |
Modifier and Type | Method and Description |
---|---|
BindInfo |
OARemoteMultiplexerServer.Session.createBindInfo(BindInfo biParent,
String name,
Object obj,
Class interfaceClass) |
protected BindInfo |
OARemoteMultiplexerServer.getBindInfo(BindInfo biParent,
String name,
Object obj,
Class interfaceClass,
boolean bDontUseQueue) |
protected BindInfo |
OARemoteMultiplexerServer.getBindInfo(BindInfo biParent,
String name,
Object obj,
Class interfaceClass,
boolean bIsBroadcast,
String queueName,
int queueSize,
boolean bDontUseQueue) |
protected BindInfo |
OARemoteMultiplexerServer.getBindInfo(Object obj)
Get the Bind information for a remote object.
|
protected BindInfo |
OARemoteMultiplexerServer.Session.getBindInfo(Object obj) |
protected BindInfo |
OARemoteMultiplexerClient.getBindInfo(RequestInfo ri,
String name,
Object obj,
Class interfaceClass,
boolean bDontUseQueue) |
protected BindInfo |
OARemoteMultiplexerClient.getBindInfo(String name)
Find the bind information based on unique name assigned to it.
|
protected BindInfo |
OARemoteMultiplexerServer.getBindInfo(String name)
Get the Bind information for the name assigned to a remote object.
|
protected BindInfo |
OARemoteMultiplexerServer.Session.getBindInfo(String name) |
protected BindInfo |
OARemoteMultiplexerClient.getBindInfo(String name,
Object obj,
Class interfaceClass,
boolean bUsesQueue,
boolean bIsBroadcast)
Create information that is used to manage a remote object.
|
protected BindInfo |
OARemoteMultiplexerServer.getBindInfo(String name,
Object obj,
Class interfaceClass,
String queueName,
int queueSize) |
protected BindInfo |
OARemoteMultiplexerClient.getBindInfoForObject(Object obj)
This is used to be able to find the unique name given to a remote object.
|
protected BindInfo |
OARemoteMultiplexerServer.Session.removeBindInfo(String name) |
Modifier and Type | Method and Description |
---|---|
BindInfo |
OARemoteMultiplexerServer.Session.createBindInfo(BindInfo biParent,
String name,
Object obj,
Class interfaceClass) |
protected BindInfo |
OARemoteMultiplexerServer.getBindInfo(BindInfo biParent,
String name,
Object obj,
Class interfaceClass,
boolean bDontUseQueue) |
protected BindInfo |
OARemoteMultiplexerServer.getBindInfo(BindInfo biParent,
String name,
Object obj,
Class interfaceClass,
boolean bIsBroadcast,
String queueName,
int queueSize,
boolean bDontUseQueue) |
protected RequestInfo |
OARemoteMultiplexerServer.onInvokeBroadcast(BindInfo bind,
Method method,
Object[] args) |
protected Object |
OARemoteMultiplexerClient.onInvokeForCtoS(BindInfo bind,
Object proxy,
Method method,
Object[] args) |
Copyright © 1999–2025 ViaOA. All rights reserved.