private Object writeReplace() throws ObjectStreamException
ObjectStreamException
Object impl
String className
URL[] importLocation
URL[] exportLocation
String policy
MarshalledObject<T> data
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void readObjectNoData() throws ObjectStreamException
ObjectStreamException
String codebase
String
containing export codebase.
That is, location where clients can download required
service-related classes (for example, stubs, proxies, etc.).String policy
String
containing server policy filename or URLString classpath
String
containing import codebase location.
That is, location where server implementation
classes can be found.String implClassName
String
containing the
name of server implementation classString[] serverConfigArgs
String[]
containing server
configuration argumentsConfiguration configuration
Object descCreatedLock
descCreated
flagprivate void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void readObjectNoData() throws ObjectStreamException
ObjectStreamException
String sharedGroupLog
String
representing the directory where
the associated shared group identifier information is persistedboolean restart
boolean
flag passed through as the
restart
parameter to the
ActivationDesc constructor used to register the service with the
activation system.String host
String
containing hostname of desired
activation system.int port
int
representing port of desired activation system.private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void readObjectNoData() throws ObjectStreamException
ObjectStreamException
String policy
String
representing VM policy filename or URLString classpath
String
representing the class path of the shared VM
classesString log
String
representing the location where group identifier
information will be persistedString serverCommand
String
representing the VM command to useString[] serverOptions
String[]
representing array of command line
options to pass to the VM's command lineProperties serverProperties
Properties
representing propperties to pass
to the VM's command lineString host
String
representing host name of the desired
activation systemint port
int
representing port of the desired activation
systemprivate void readObject(ObjectInputStream in) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Copyright © 2016–2018. All rights reserved.