|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.jini.start.ActivateWrapper.ActivateDesc
public static class ActivateWrapper.ActivateDesc
Descriptor for registering a "wrapped" activatable object. This
descriptor gets stored as the MarshalledObject
initialization data in the ActivationDesc
.
Field Summary | |
---|---|
String |
className
The activatable object's class name. |
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 Summary | |
---|---|
ActivateWrapper.ActivateDesc(String className,
URL[] importLocation,
URL[] exportLocation,
String policy,
MarshalledObject data)
Trivial constructor. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final String className
public final URL[] importLocation
public final URL[] exportLocation
public final String policy
public final MarshalledObject data
Constructor Detail |
---|
public ActivateWrapper.ActivateDesc(String className, URL[] importLocation, URL[] exportLocation, String policy, MarshalledObject data)
Method Detail |
---|
public String toString()
toString
in class Object
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |