|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.management.Notification weblogic.management.DeploymentNotification
WebLogicDeploymentManager
public final class DeploymentNotification
Defines a management notification of deployment events. Application deployment events are sent to associated ApplicationMBeans. The event types are as defined by the public fields. To receive deployment notifications, the client application must register a NotificationListener and optionally, NotificationFilter, with the ApplicationMBean that describes the application being deployed.
The notification message sent for application events are String objects of the form: phase.server.application. eg preparing.myserver.myapp. The notification message sent for module events are String objects of the form: server.app.module.transition.currstate.targetstate. eg servername.appname.modname.begin.unprepared.prepared
Field Summary | |
---|---|
static String |
ACTIVATED
Deprecated. The application successfully completed it activation phase. |
static String |
ACTIVATING
Deprecated. The application is beginning its activation phase. |
static String |
DEACTIVATED
Deprecated. The application successfully completed its deactivation phase. |
static String |
DEACTIVATING
Deprecated. The application is beginning a deactivation phase. |
static String |
DISTRIBUTED
Deprecated. Application files got copied to the target's staging area |
static String |
DISTRIBUTING
Deprecated. Application files are being copied to the target's staging directory |
static String |
FAILED
Deprecated. The last operation on the application failed and resulted in the application being placed in a failed state. |
static String |
PREPARED
Deprecated. The application successfully completed its prepare phase. |
static String |
PREPARING
Deprecated. The application is beginning a prepare phase. |
static String |
STATE_ACTIVE
Deprecated. State indicating the application or module is active and running. |
static String |
STATE_PREPARED
Deprecated. State indicating the application or module is ready for activation. |
static String |
STATE_START
Deprecated. State indicating an application's files are not available on the target server. |
static String |
STATE_UNPREPARED
Deprecated. State indicating the application or module is not ready for activation. |
static String |
TRANSITION_BEGIN
Deprecated. Indicates a state transition is occurring for the current state to a target state. |
static String |
TRANSITION_END
Deprecated. Indicates a state transition was successfully completed. |
static String |
TRANSITION_FAILED
Deprecated. Indicates a state transition failed. |
static String |
TYPE_APPLICATION
Deprecated. Notification type indicating this is an application level notification. |
static String |
TYPE_MODULE
Deprecated. Notification type indicating this is a module level notification. |
static String |
UNPREPARED
Deprecated. The application successfully completed its unprepare phase. |
static String |
UNPREPARING
Deprecated. The application is beginning its unprepare phase. |
Fields inherited from class javax.management.Notification |
---|
source |
Method Summary | |
---|---|
String |
getAppName()
Deprecated. Idenitifies the application involved in the notification. |
static long |
getChangeNotificationCount()
Deprecated. |
String |
getCurrentState()
Deprecated. Current state of module. |
String |
getModuleName()
Deprecated. Module associated with a module based event (isModuleNotification() returns true). |
String |
getPhase()
Deprecated. Identifies the phase on an application deployment task: DISTRIBUTING, DISTRIBUTED, PREPARING, PREPARED, ACTIVATING, ACTIVATED, UNPREPARING, or UNPREPARED. |
String |
getServerName()
Deprecated. The server name where the deployment took place. |
String |
getTargetState()
Deprecated. Target state of module or application. |
String |
getTransition()
Deprecated. Transition associated with a deployment event. |
boolean |
isAppNotification()
Deprecated. indicates that this notification is an application level notification, one that reports changes based on the application deployment status. |
boolean |
isBeginTransition()
Deprecated. Inidicates whether this notification marks the beginning of a state transition |
boolean |
isEndTransition()
Deprecated. Inidicates whether this notification marks the end of a state transition |
boolean |
isFailedTransition()
Deprecated. Inidicates a failed transition |
boolean |
isModuleNotification()
Deprecated. indicates that this is a modules level notification, one that reports changes based on modules deployment status. |
String |
toString()
Deprecated. |
Methods inherited from class javax.management.Notification |
---|
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PREPARING
public static final String PREPARED
public static final String ACTIVATING
public static final String ACTIVATED
public static final String DEACTIVATING
public static final String DEACTIVATED
public static final String UNPREPARING
public static final String UNPREPARED
public static final String FAILED
public static final String DISTRIBUTING
public static final String DISTRIBUTED
public static final String TYPE_APPLICATION
public static final String TYPE_MODULE
public static final String TRANSITION_BEGIN
public static final String TRANSITION_END
public static final String TRANSITION_FAILED
public static final String STATE_UNPREPARED
public static final String STATE_PREPARED
public static final String STATE_ACTIVE
public static final String STATE_START
Method Detail |
---|
public static long getChangeNotificationCount()
public String getPhase()
public String getAppName()
public String getServerName()
public String getModuleName()
public String getTransition()
public boolean isEndTransition()
public boolean isBeginTransition()
public boolean isFailedTransition()
public String getCurrentState()
public String getTargetState()
public boolean isAppNotification()
public boolean isModuleNotification()
public String toString()
toString
in class Notification
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |