Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
ActivationInstantiator
is responsible for creating
instances of "activatable" objects. A concrete subclass of
ActivationGroup
implements the newInstance
method to handle creating objects within the group.
Method Summary | |
MarshalledObject | newInstance(ActivationID id,
ActivationDesc desc)
newInstance
method in order to recreate in that group an object with the
activation identifier, id , and descriptor,
desc .
|
Method Detail |
public MarshalledObject newInstance(ActivationID id, ActivationDesc desc) throws ActivationException, RemoteException
newInstance
method in order to recreate in that group an object with the
activation identifier, id
, and descriptor,
desc
. The instantiator is responsible for: getClassName
method,
getCodeSource
method),
ActivationID
, and the
MarshalledObject
containing object specific
initialization data, and
id
- the object's activation identifier
desc
- the object's descriptor
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |