java.lang.Object
java.rmi.activation.ActivationDesc
- All Implemented Interfaces:
- Serializable
- See Also:
- Source Code,
Activatable
public ActivationDesc(String className,
String location,
MarshalledObject data)
throws ActivationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ActivationDesc(String className,
String location,
MarshalledObject data,
boolean restart)
throws ActivationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ActivationDesc(ActivationGroupID groupID,
String className,
String location,
MarshalledObject data)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ActivationDesc(ActivationGroupID groupID,
String className,
String location,
MarshalledObject data,
boolean restart)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(Object obj)
- See Also:
Hashtable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getClassName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MarshalledObject getData()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ActivationGroupID getGroupID()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getLocation()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean getRestartMode()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- See Also:
Hashtable
, Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples