Public Member Functions | |
NarrowCORBAProxySupport (org.omg.CORBA.Object delegate) | |
abstract Object | invoke (String method, Object[] parameters) throws RemoteException |
abstract org.omg.CORBA.Object | getDelegate () |
Identifier | getIdentifier () |
boolean | isDebug () |
java.lang.Object | getOwner () |
void | setOwner (java.lang.Object object) |
Private Attributes | |
transient Identifier | id |
java.lang.Object | owner |
|
Default constructor.
|
|
Returns the delegate CORBA object on which all methods are invoked.
Implements abeans::pluggable::acs::maci::NarrowCORBAProxy.
|
|
|
|
Return owner of the proxy (optional).
Implements abeans::pluggable::acs::maci::NarrowCORBAProxy.
|
|
Method narrowing all the CORBA interfaces.
Implements abeans::pluggable::acs::maci::NarrowCORBAProxy.
|
|
|
|
Set owner of the proxy (optional).
Implements abeans::pluggable::acs::maci::NarrowCORBAProxy.
|
|
Identifier. |
|
Owner (optional but required properties). |