jrunx.kernel
Class ServerEvent
java.lang.Object
|
+--java.util.EventObject
|
+--jrunx.kernel.ServerEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ServerEvent
- extends java.util.EventObject
Represents a server event.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
ServerEvent(javax.management.MBeanServer server,
int type)
Construct a new ServerEvent |
|
Method Summary |
javax.management.MBeanServer |
getServer()
Gets the server that created the event |
int |
getType()
Gets the event type |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SERVER_STARTING
public static final int SERVER_STARTING
SERVER_STARTED
public static final int SERVER_STARTED
SERVER_STOPPING
public static final int SERVER_STOPPING
SERVER_DESTROYED
public static final int SERVER_DESTROYED
ServerEvent
public ServerEvent(javax.management.MBeanServer server,
int type)
- Construct a new ServerEvent
- Parameters:
source - The source servertype - The type of event
getServer
public javax.management.MBeanServer getServer()
- Gets the server that created the event
getType
public int getType()
- Gets the event type
Copyright � 2002 Macromedia Corporation. All Rights Reserved.