Package | Description |
---|---|
com.viaoa.remote.multiplexer |
Remoting access.
|
com.viaoa.remote.multiplexer.info |
Modifier and Type | Method and Description |
---|---|
protected BindInfo |
RemoteMultiplexerServer.getBindInfo(BindInfo biParent,
String name,
Object obj,
Class interfaceClass,
boolean bDontUseQueue) |
protected BindInfo |
RemoteMultiplexerServer.getBindInfo(BindInfo biParent,
String name,
Object obj,
Class interfaceClass,
boolean bIsBroadcast,
String queueName,
int queueSize,
boolean bDontUseQueue) |
protected BindInfo |
RemoteMultiplexerServer.getBindInfo(Object obj)
Get the Bind information for a remote object.
|
protected BindInfo |
RemoteMultiplexerClient.getBindInfo(RequestInfo ri,
String name,
Object obj,
Class interfaceClass,
boolean bDontUseQueue) |
protected BindInfo |
RemoteMultiplexerClient.getBindInfo(String name)
Find the bind information based on unique name assigned to it.
|
protected BindInfo |
RemoteMultiplexerServer.getBindInfo(String name)
Get the Bind information for the name assigned to a remote object.
|
protected BindInfo |
RemoteMultiplexerClient.getBindInfo(String name,
Object obj,
Class interfaceClass,
boolean bUsesQueue,
boolean bIsBroadcast)
Create information that is used to manage a remote object.
|
protected BindInfo |
RemoteMultiplexerServer.getBindInfo(String name,
Object obj,
Class interfaceClass,
String queueName,
int queueSize) |
protected BindInfo |
RemoteMultiplexerClient.getBindInfoForObject(Object obj)
This is used to be able to find the unique name given to a remote object.
|
Modifier and Type | Method and Description |
---|---|
protected BindInfo |
RemoteMultiplexerServer.getBindInfo(BindInfo biParent,
String name,
Object obj,
Class interfaceClass,
boolean bDontUseQueue) |
protected BindInfo |
RemoteMultiplexerServer.getBindInfo(BindInfo biParent,
String name,
Object obj,
Class interfaceClass,
boolean bIsBroadcast,
String queueName,
int queueSize,
boolean bDontUseQueue) |
protected RequestInfo |
RemoteMultiplexerServer.onInvokeBroadcast(BindInfo bind,
Method method,
Object[] args) |
protected Object |
RemoteMultiplexerClient.onInvokeForCtoS(BindInfo bind,
Object proxy,
Method method,
Object[] args) |
Modifier and Type | Field and Description |
---|---|
BindInfo |
RequestInfo.bind |
Copyright © 1999–2019 ViaOA. All rights reserved.