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 |
Constructor Summary |
RuntimeRegistrationEvent(ProActiveRuntime ProActiveRuntime,
int messagetype,
java.lang.String registeredRuntimeName,
java.lang.String creatorID,
java.lang.String protocol,
java.lang.String vmName)
Creates a new RuntimeRegistrationEvent |
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
creatorID
protected java.lang.String creatorID
registeredRuntimeName
protected java.lang.String registeredRuntimeName
protocol
protected java.lang.String protocol
vmName
protected java.lang.String vmName
RuntimeRegistrationEvent
public RuntimeRegistrationEvent(ProActiveRuntime ProActiveRuntime,
int messagetype,
java.lang.String registeredRuntimeName,
java.lang.String creatorID,
java.lang.String protocol,
java.lang.String vmName)
- Creates a new
RuntimeRegistrationEvent
getCreatorID
public java.lang.String getCreatorID()
getRegisteredRuntimeName
public java.lang.String getRegisteredRuntimeName()
getProtocol
public java.lang.String getProtocol()
getVmName
public java.lang.String getVmName()
Copyright © April 2004 INRIA All Rights Reserved.