| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
atg.nucleus.ServiceEvent
public class ServiceEvent
A ServiceEvent encapsulates information related to a ServiceListener's environment on startup and shutdown. This includes the listener's Nucleus, and the service's configuration.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| ServiceEvent(java.lang.Object pOriginator,
             java.lang.Object pService,
             Nucleus pNucleus,
             Configuration pServiceConfiguration)Constructs a new ServiceEvent | |
| Method Summary | |
|---|---|
|  Nucleus | getNucleus()Returns the Nucleus managing the Service | 
|  java.lang.Object | getService()Returns the service being started or stopped | 
|  Configuration | getServiceConfiguration()Returns the Configuration that created the Service | 
| 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 | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ServiceEvent(java.lang.Object pOriginator,
                    java.lang.Object pService,
                    Nucleus pNucleus,
                    Configuration pServiceConfiguration)
pNucleus - the Nucleus managing the ServicepService - the Service being started or stoppedpServiceConfiguration - the Configuration used to create the Service| Method Detail | 
|---|
public java.lang.Object getService()
public Nucleus getNucleus()
public Configuration getServiceConfiguration()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||