All Packages Class Hierarchy This Package Previous Next Index

Class jdce.util.event.jdceEvent
java.lang.Object
|
+----jdce.util.event.jdceEvent

- public class jdceEvent
- extends Object
- implements Serializable
- Version:
- 0.5 20 April 1998
- Author:
- Shrideep Pallickara

-
CLIENT_EXPEL
-
-
CLIENT_JOIN
-
-
CLIENT_LEAVE
-
-
clientName
- The clientName
-
type
- The event type
-
jdceEvent()
- The VOID constructor
-
jdceEvent(String, int)
-
jdceEvent the constructor for the jdceEvent class.
-
getClientName()
-
-
getType()
-
-
setClientName(String)
-
-
setType(int)
-
-
typeToString()
-
typeToString converts an event type into a string
describing it.
CLIENT_JOIN
public static final int CLIENT_JOIN
CLIENT_LEAVE
public static final int CLIENT_LEAVE
CLIENT_EXPEL
public static final int CLIENT_EXPEL
type
protected int type
- The event type
clientName
protected String clientName
- The clientName
jdceEvent
public jdceEvent()
- The VOID constructor
jdceEvent
public jdceEvent(String _clientName,
int _type)
-
jdceEvent the constructor for the jdceEvent class.
A new jdce event is generated for a client action for a specific
coordinator.
- Parameters:
- clientName - the name of the client.
- type - the Event type.
setClientName
public void setClientName(String _clientName)
getClientName
public String getClientName()
setType
public void setType(int _type)
getType
public int getType()
typeToString
public String typeToString()
-
typeToString converts an event type into a string
describing it.
- Parameters:
- type - the event type.
- Returns:
- a String describing this type of event.

All Packages Class Hierarchy This Package Previous Next Index