public final class ActivationGroupDesc extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ActivationGroupDesc.CommandEnvironment |
Constructor and Description |
---|
ActivationGroupDesc(Properties overrides,
ActivationGroupDesc.CommandEnvironment cmd) |
ActivationGroupDesc(String className,
String location,
MarshalledObject data,
Properties overrides,
ActivationGroupDesc.CommandEnvironment cmd) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Default object equality (is identity).
|
String |
getClassName() |
ActivationGroupDesc.CommandEnvironment |
getCommandEnvironment() |
MarshalledObject |
getData() |
String |
getLocation() |
Properties |
getPropertyOverrides() |
int |
hashCode()
The (default) object hashcode: for transient objects this is simply the
address of the instance in memory, for persistent objects it is the
address at which the instance was first created (maybe in a previous
activation of the VM).
|
public ActivationGroupDesc(Properties overrides, ActivationGroupDesc.CommandEnvironment cmd)
public ActivationGroupDesc(String className, String location, MarshalledObject data, Properties overrides, ActivationGroupDesc.CommandEnvironment cmd)
public String getClassName()
public String getLocation()
public MarshalledObject getData()
public Properties getPropertyOverrides()
public ActivationGroupDesc.CommandEnvironment getCommandEnvironment()
public boolean equals(Object obj)
Object
public int hashCode()
Object