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

Field Summary
static int SERVER_DESTROYED
           
static int SERVER_STARTED
           
static int SERVER_STARTING
           
static int SERVER_STOPPING
           
 
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
 

Field Detail

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
Constructor Detail

ServerEvent

public ServerEvent(javax.management.MBeanServer server,
                   int type)
Construct a new ServerEvent
Parameters:
source - The source server
type - The type of event
Method Detail

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.