public abstract class Proxy
extends java.lang.Object
Constructor and Description |
---|
Proxy()
Creates a new proxy.
|
Modifier and Type | Method and Description |
---|---|
PluginDescription[] |
getPlugins()
Gets the plug-ins that will be installed automatically
during calls.
|
ReferenceID |
getSourceID()
Returns the object id of the source object.
|
ReferenceID |
getTargetID()
Returns the object id of the target object.
|
boolean |
isGateway()
Returns a flag to determine whether the calls made
by the proxy should use remote gateways.
|
void |
setGateway(boolean gateway)
Sets a flag to determine whether the calls made by
the proxy should use remote gateways
|
void |
setPlugins(PluginDescription[] plugins)
Set the plug-in descriptions that will be installed
during calls.
|
void |
setSourceID(ReferenceID id)
Sets the object id of the source system.
|
void |
setTargetID(ReferenceID id)
Sets the object id of the target object.
|
public boolean isGateway()
public void setGateway(boolean gateway)
gateway
- The gateway toggle flag, true to use gateways.public void setTargetID(ReferenceID id)
id
- The object id of the target object.public void setSourceID(ReferenceID id)
id
- The object id of the source system.public ReferenceID getTargetID()
public ReferenceID getSourceID()
public PluginDescription[] getPlugins()
public void setPlugins(PluginDescription[] plugins)
plugins
- The plug-in descriptions.