com.caucho.http.admin
Class ServerEvent

java.lang.Object
  |
  +--com.caucho.http.admin.ServerEvent

public class ServerEvent
extends java.lang.Object

The events for a server startup or shutdown.


Constructor Summary
ServerEvent(ServerAdmin admin)
           
 
Method Summary
 ServerAdmin getServerAdmin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerEvent

public ServerEvent(ServerAdmin admin)
Method Detail

getServerAdmin

public ServerAdmin getServerAdmin()