org.objectweb.proactive.core.event
Class RuntimeRegistrationEvent
java.lang.Object
java.util.EventObject
org.objectweb.proactive.core.event.ProActiveEvent
org.objectweb.proactive.core.event.RuntimeRegistrationEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class RuntimeRegistrationEvent
- extends ProActiveEvent
Event sent when a proActiveRuntime is registered in a Hashtable.
- Since:
- ProActive 0.9.4
- Version:
- 1.0, 2002/08/06
- Author:
- ProActive Team
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RUNTIME_REGISTERED
public static final int RUNTIME_REGISTERED
- constant for the registration
- See Also:
- Constant Field Values
RUNTIME_ACQUIRED
public static final int RUNTIME_ACQUIRED
- See Also:
- Constant Field Values
RUNTIME_UNREGISTERED
public static final int RUNTIME_UNREGISTERED
- See Also:
- Constant Field Values
FORWARDER_RUNTIME_REGISTERED
public static final int FORWARDER_RUNTIME_REGISTERED
- See Also:
- Constant Field Values
creatorID
protected java.lang.String creatorID
registeredRuntimeName
protected ProActiveRuntime registeredRuntimeName
protocol
protected java.lang.String protocol
vmName
protected java.lang.String vmName
RuntimeRegistrationEvent
public RuntimeRegistrationEvent(ProActiveRuntime proActiveRuntime,
int messageType,
ProActiveRuntime registeredRuntimeName,
java.lang.String creatorID,
java.lang.String protocol,
java.lang.String vmName)
- Creates a new
RuntimeRegistrationEvent
- Parameters:
proActiveRuntime
- the local runtime on which the registration occursmessageType
- the type of the event RUNTIME_REGISTEREDregisteredRuntimeName
- the name of the registered ProActiveRuntimecreatorID
- The name of the creator of the registered ProActiveRuntimeprotocol
- The protocol used to register the registered ProActiveRuntime when created
getCreatorID
public java.lang.String getCreatorID()
getRegisteredRuntime
public ProActiveRuntime getRegisteredRuntime()
getProtocol
public java.lang.String getProtocol()
getVmName
public java.lang.String getVmName()
Copyright 2001-2005 INRIA All Rights Reserved.