|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivationGroupID | |
java.rmi.activation | Provides support for RMI Object Activation. |
Uses of ActivationGroupID in java.rmi.activation |
Methods in java.rmi.activation that return ActivationGroupID | |
ActivationGroupID |
ActivationDesc.getGroupID()
Returns the group identifier for the object specified by this descriptor. |
ActivationGroupID |
ActivationSystem.registerGroup(ActivationGroupDesc desc)
Register the activation group. |
static ActivationGroupID |
ActivationGroup.currentGroupID()
Returns the current activation group's identifier. |
Methods in java.rmi.activation with parameters of type ActivationGroupID | |
ActivationMonitor |
ActivationSystem.activeGroup(ActivationGroupID id,
ActivationInstantiator group,
long incarnation)
Callback to inform activation system that group is now active. |
void |
ActivationSystem.unregisterGroup(ActivationGroupID id)
Remove the activation group. |
ActivationGroupDesc |
ActivationSystem.setActivationGroupDesc(ActivationGroupID id,
ActivationGroupDesc desc)
Set the activation group descriptor, desc for the object
with the activation group identifier, id . |
ActivationGroupDesc |
ActivationSystem.getActivationGroupDesc(ActivationGroupID id)
Returns the activation group descriptor, for the group with the activation group identifier, id . |
static ActivationGroup |
ActivationGroup.createGroup(ActivationGroupID id,
ActivationGroupDesc desc,
long incarnation)
Create and set the activation group for the current VM. |
void |
ActivationMonitor.inactiveGroup(ActivationGroupID id,
long incarnation)
Informs that the group is now inactive. |
Constructors in java.rmi.activation with parameters of type ActivationGroupID | |
ActivationDesc(ActivationGroupID groupID,
String className,
String location,
MarshalledObject data)
Constructs an object descriptor for an object whose class name is className that can be loaded from the
code location and whose initialization
information is data . |
|
ActivationDesc(ActivationGroupID groupID,
String className,
String location,
MarshalledObject data,
boolean restart)
Constructs an object descriptor for an object whose class name is className that can be loaded from the
code location and whose initialization
information is data . |
|
ActivationGroup(ActivationGroupID groupID)
Constructs and exports an activation group as a UnicastRemoteObject so that a client can invoke its newInstance method. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.