Serialized Form
Package org.objectweb.carol.jndi.iiop |
Class org.objectweb.carol.jndi.iiop._IIOPRemoteReference_Stub implements Serializable |
Class org.objectweb.carol.jndi.iiop._IIOPRemoteResource_Stub implements Serializable |
Package org.objectweb.carol.rmi.iiop.interceptor |
interceptorName
java.lang.String interceptorName
- interceptor name
Package org.objectweb.carol.rmi.jrmp.interceptor |
context_id
int context_id
- the JServiceContext id
context_data
byte[] context_data
- the JServiceContext data
Package org.objectweb.carol.rmi.jrmp.server |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- override readExternal to initialise localRef
We could actually receive anything from the server on lookup
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- override writeExternal to send spaceID
We could actually send anything to the client on lookup
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- override readExternal to initialise localRef
We could actually receive anything from the server on lookup
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- override writeExternal to send spaceID
We could actually send anything to the client on lookup
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
port
int port
csf
java.rmi.server.RMIClientSocketFactory csf
ssf
java.rmi.server.RMIServerSocketFactory ssf
readExternal
public void readExternal(java.io.ObjectInput)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput)
throws java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput)
throws java.io.IOException
Package org.objectweb.carol.util.bootstrap |
server
boolean server
- Boolean for jvm -server option
debug
boolean debug
- Boolean for jvm -debug option
properties
java.util.Properties properties
- Properties for system properties (-D...) options
classpath
java.util.Vector classpath
- String Vector for classpath (path and jar file)
Be carful, this is for the moment
RJVM server System dependant
jarName
java.lang.String jarName
- String for -jar option
className
java.lang.String className
- String for classname
mainArgs
java.lang.String mainArgs
- String for class main args [] option
verbose
boolean verbose
- Boolean -verbose option
verboseClass
boolean verboseClass
- Boolean -verbose:class option
verboseGC
boolean verboseGC
- Boolean -verbose:gc option
verboseJNI
boolean verboseJNI
- Boolean -verbose:jni option
nonStandard
java.util.Vector nonStandard
- String Vector for non Standard options (-X...)
Class org.objectweb.carol.util.bootstrap.ProcessesManager_Stub implements Serializable |
mess
java.lang.String mess
Package org.objectweb.carol.util.configuration |