|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.management.utils.GenericManagedDeployment
public class GenericManagedDeployment
Field Summary |
---|
Fields inherited from interface weblogic.cluster.migration.Migratable |
---|
ACTIVATING, ACTIVE, DEFAULT_ORDER, EARLY_ORDER, FILESTORE_ORDER, INACTIVE, LATE_ORDER, MDB_ORDER |
Method Summary | |
---|---|
void |
activate(DeploymentMBean bean)
|
void |
deactivate(DeploymentMBean bean)
|
String |
getInstanceName()
|
DeploymentMBean |
getMBean()
|
String |
getMBeanName()
|
String |
getName()
|
int |
getOrder()
Returns the order value for this particular migratable object. |
boolean |
isClustered()
|
void |
migratableActivate()
Called to activate this instance of the migratable service. |
void |
migratableDeactivate()
Called to deactivate this instance of the migratable service. |
void |
migratableInitialize()
Called to initialize this instance of the migratable service. |
void |
prepare(DeploymentMBean bean)
|
void |
start()
|
void |
stop()
|
String |
toString()
|
void |
unprepare(DeploymentMBean bean)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void start() throws DeploymentException
DeploymentException
public void stop() throws UndeploymentException
UndeploymentException
public void prepare(DeploymentMBean bean) throws DeploymentException
DeploymentException
public void activate(DeploymentMBean bean) throws DeploymentException
DeploymentException
public void deactivate(DeploymentMBean bean) throws UndeploymentException
UndeploymentException
public void unprepare(DeploymentMBean bean) throws UndeploymentException
UndeploymentException
public String getName()
getName
in interface Migratable
public DeploymentMBean getMBean()
public String getMBeanName()
public String getInstanceName()
public boolean isClustered()
public void migratableInitialize()
Migratable
migratableInitialize
in interface Migratable
public void migratableActivate() throws MigrationException
Migratable
migratableActivate
in interface Migratable
MigrationException
public void migratableDeactivate() throws MigrationException
Migratable
A migratable can not depend on this method being called. It is only called in the case where the migration source is still healthy. For this reason, the migratable instance must be prepared for failure at all times. This method just provides this instance an opportunity to provide a more graceful migration when conditions permit.
migratableDeactivate
in interface Migratable
MigrationException
public String toString()
toString
in class Object
public int getOrder()
Migratable
getOrder
in interface Migratable
|
Copyright 1996, 2013, 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 Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |