|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--javax.management.NotificationBroadcasterSupport
|
+--weblogic.management.internal.DynamicMBeanImpl
|
+--weblogic.management.runtime.RuntimeMBeanDelegate
|
+--weblogic.management.deploy.DeployerRuntime
This class is the singleton deployer that exists on Admin Servers. It the the primary interface to all application deployment related tasks.
| Fields inherited from class weblogic.management.internal.DynamicMBeanImpl |
ADMIN,
CONFIG,
localizing,
mbean,
mbeanServer,
mbeanType,
name,
NAME_ATTRIBUTE,
objectName,
parent,
registered,
RUNTIME,
type |
| Method Summary | |
java.util.Map |
getAvailabilityStatusForApplication(java.lang.String appName,
boolean refreshCache)
|
java.util.Map |
getAvailabilityStatusForComponent(ComponentMBean compMBean,
boolean refreshCache)
|
static DeployerRuntimeMBean |
getDeployerRuntime()
Provides server side access to the DeployerRuntime singleton |
static DeployerRuntimeMBean |
getDeployerRuntime(MBeanHome home)
Provides credentialed client access to the DeployerRuntime singleton. |
static DeployerRuntimeMBean |
getDeployerRuntime(java.lang.String user,
java.lang.String pword,
java.lang.String adminURL)
Provides client access to the DeployerRuntime singleton. |
| Methods inherited from class weblogic.management.internal.DynamicMBeanImpl |
add,
addNotificationListener,
compareTo,
copyFrom,
disableNotifications,
enableNotifications,
ensureArgumentLocality,
getAttribute,
getAttributeInfo,
getAttributes,
getDefaultAttributeValue,
getExtendedAttributeInfo,
getExtendedOperationInfo,
getLocalMBeanHome,
getMBeanInfo,
getMBeanType,
getName,
getObjectName,
getParent,
getSetAttributes,
getType,
getXAttributeInfo,
invoke,
invokeLocally,
isAdmin,
isCachingDisabled,
isConfig,
isRegistered,
isRuntime,
isSet,
markAttributeModified,
markAttributeModified,
postDeregister,
postRegister,
preDeregister,
preRegister,
remove,
removeNotificationListener,
sendNotification,
setAttribute,
setAttributes,
setLocalMBeanHome,
setName,
setParent,
setParent,
setType,
toString,
unSet,
valuesGet,
valuesPut |
| Methods inherited from class javax.management.NotificationBroadcasterSupport |
getNotificationInfo |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Method Detail |
public static DeployerRuntimeMBean getDeployerRuntime(java.lang.String user,
java.lang.String pword,
java.lang.String adminURL)
throws java.lang.IllegalArgumentException,
javax.management.InstanceNotFoundException
user - is the userid to use for authenticationpword - is the password to use for authenticationadminURL - is the URL of the Admin ServergetDeployerRuntime()
public static DeployerRuntimeMBean getDeployerRuntime(MBeanHome home)
throws java.lang.IllegalArgumentException,
javax.management.InstanceNotFoundException
home - is the MBean home proxy from the admin servergetDeployerRuntime()public static DeployerRuntimeMBean getDeployerRuntime()
getDeployerRuntime(String, String, String)
public java.util.Map getAvailabilityStatusForApplication(java.lang.String appName,
boolean refreshCache)
throws javax.management.InstanceNotFoundException
public java.util.Map getAvailabilityStatusForComponent(ComponentMBean compMBean,
boolean refreshCache)
throws javax.management.InstanceNotFoundException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||