|
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.RemoteContainer | +--org.objectweb.jac.core.dist.corba.CORBARemoteContainer
CORBARemoteContainer is a container for remote objects that can be accessed with CORBA. CORBARemoteContainer instances are created by CORBADistd.
Field Summary |
Fields inherited from class org.objectweb.jac.core.dist.RemoteContainer |
name, verbose |
Constructor Summary | |
CORBARemoteContainer(boolean verbose)
Create a new container. |
|
CORBARemoteContainer(String className,
boolean verbose)
Create a new container. |
Method Summary | |
void |
copy(int index,
String[] fields,
byte[][] state)
Copy a state into a base object. |
byte[] |
getClientStubWrappingChain2(int index)
Get a client stub wrapping chain for a given object. |
int |
instantiates(String className,
byte[][] args,
byte[] classes,
String[] fields,
byte[][] state)
This method instantiates a className object. |
byte[] |
invoke(int index,
String methodName,
byte[][] methodArgs)
Invoke a method on a base object. |
Methods inherited from class org.objectweb.jac.core.dist.RemoteContainer |
bindNewContainer, bindTo, copy, equals, getByteCodeFor, getName, instantiates, invoke, invokeRoleMethod, isLocal, isLocal, launchRemoteGUI, resolve, setName, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CORBARemoteContainer(boolean verbose)
verbose
- true if information messages are to be printed.public CORBARemoteContainer(String className, boolean verbose)
className
- the name of a class to instantiateverbose
- true if information messages are to be printed.Method Detail |
public int instantiates(String className, byte[][] args, byte[] classes, String[] fields, byte[][] state)
className
- the class name to instantiateargs
- initialization arguments for the instantiationclasses
- remote classes to loadfields
- the object fields that are part of the statestate
- the state to copy
public void copy(int index, String[] fields, byte[][] state)
index
- the base object index (see org.objectweb.jac.core.JacObject)fields
- the object fields that are part of the statestate
- the state to copypublic byte[] invoke(int index, String methodName, byte[][] methodArgs)
index
- the callee index (see org.objectweb.jac.core.JacObject)methodName
- the callee method namemethodArgs
- the callee method arguments
public byte[] getClientStubWrappingChain2(int index)
index
- the base object index (see org.objectweb.jac.core.JacObject)
|
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 |