public static class ActivateWrapper.ActivateDesc extends Object implements Serializable
MarshalledObject
initialization data in the ActivationDesc
.Modifier and Type | Field and Description |
---|---|
String |
className
The activatable object's class name.
|
URL[] |
commonJARs
JARs to be added into the CommonClassLoader
|
MarshalledObject |
data
The activatable object's initialization data.
|
URL[] |
exportLocation
The codebase where clients should load classes from for stubs, etc.
|
URL[] |
importLocation
The codebase where the server classes are loaded from by the activation group.
|
String |
policy
The security policy filename or URL.
|
Constructor and Description |
---|
ActivateDesc(String className,
URL[] importLocation,
URL[] exportLocation,
URL[] commonJARs,
String policy,
MarshalledObject data)
Trivial constructor.
|
public final String className
public final URL[] importLocation
public final URL[] exportLocation
public final URL[] commonJARs
public final String policy
public final MarshalledObject data
Copyright © GigaSpaces.