|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.core.dist.RemoteRef | +--org.objectweb.jac.core.dist.corba.CORBARemoteRef
CORBARemoteRef stores the reference of a remote object that can be accessed by the CORBA/IIOP protocol.
Field Summary | |
protected static String |
cosNamingEntryType
The string used to identify the type of objects registered in the COS Naming. |
protected static NamingContext |
nc
The root naming context of the COSNaming. |
protected static ORB |
orb
The CORBA ORB. |
protected static org.omg.PortableServer.POA |
poa
The CORBA root POA. |
protected String |
remContString
This is the container CORBA remote reference stringified. |
Fields inherited from class org.objectweb.jac.core.dist.RemoteRef |
name, remCont, remIndex, toAdaptProp |
Constructor Summary | |
CORBARemoteRef()
|
Method Summary | |
void |
reresolve()
This method re-gets the reference of a remote container. |
void |
resolve(String contName)
This method sets the reference of the remote CORBA container starting from a logical name registered in the COS Naming. |
Methods inherited from class org.objectweb.jac.core.dist.RemoteRef |
create, create, create, equals, getName, getRemCont, getRemIndex, invoke, invoke, invokeRoleMethod, remoteCopy, remoteCopy, remoteNew, remoteNew, remoteNewWithCopy, remoteNewWithCopy, remoteNewWithCopy, remoteNewWithCopy, setName, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final String cosNamingEntryType
protected String remContString
protected static ORB orb
protected static org.omg.PortableServer.POA poa
protected static NamingContext nc
Constructor Detail |
public CORBARemoteRef()
Method Detail |
public void resolve(String contName)
resolve
in class RemoteRef
contName
- the name of the container
RMIRemoteRef.resolve(String)
,
resolve(String)
public void reresolve()
reresolve
in class RemoteRef
RMIRemoteRef.reresolve()
,
reresolve()
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |