| Interface | Description | 
|---|---|
| ServerService | 
 Server services that need to hook into the servers lifecycle implement this
 interface. 
 | 
| ServerStates | 
 This interface defines the lifecycle states that a server can be in. 
 | 
| Class | Description | 
|---|---|
| PartitionInterceptorBeanUpdateListener | 
 Partition Bean Update Listener used to intercept Partition CRUD operations in
 prepare and activate phase. 
 | 
| PartitionInterceptorService | 
 Partition Interceptor Service  is used as a intercepted target to intercept Partition CRUD operations in
 prepare and activate phase. 
 | 
| Exception | Description | 
|---|---|
| ServerLifecycleException | 
 ServerLifecycleException is thrown when one of the ServerLifeCycle 
 operations fails to complete due to a fatal error. 
 | 
| ServiceFailureException | 
 Exception thrown by Service that has failed to initialize start or
 suspend. 
 | 
| Annotation Type | Description | 
|---|---|
| PartitionInterceptorServiceAPI | 
 Denotes a method on PartitionInterceptorService related to partition life cycle operations. 
 | 
weblogic.server.