Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.mbeanservers.edit
Interface Change


public interface Change

Describes a single change to the configuration.


Field Summary
static String ADD
           
static String CREATE
           
static String DESTROY
           
static String MODIFY
           
static String NONE
           
static String PARTITION
           
static String REMOVE
           
static String SERVER
           
static String UNSET
           

 

Method Summary
abstract  Object getAffectedBean()
           
abstract  String getAttributeName()
           
abstract  Object getBean()
           
abstract  String getEntityToRestart()
           
abstract  Object getNewValue()
           
abstract  Object getOldValue()
           
abstract  String getOperation()
           
abstract  boolean isRestartRequired()
           

 

Field Detail

MODIFY

static final String MODIFY
See Also:
Constant Field Values

CREATE

static final String CREATE
See Also:
Constant Field Values

DESTROY

static final String DESTROY
See Also:
Constant Field Values

ADD

static final String ADD
See Also:
Constant Field Values

REMOVE

static final String REMOVE
See Also:
Constant Field Values

UNSET

static final String UNSET
See Also:
Constant Field Values

SERVER

static final String SERVER
See Also:
Constant Field Values

PARTITION

static final String PARTITION
See Also:
Constant Field Values

NONE

static final String NONE
See Also:
Constant Field Values

Method Detail

getBean

Object getBean()
Returns:
a reference to the modified bean.

getAttributeName

String getAttributeName()
Returns:
The name of the Attribute(property) on that bean.

getOperation

String getOperation()
Returns:
the type of the modification.

getOldValue

Object getOldValue()
Returns:
the previous value of the attribute.

getNewValue

Object getNewValue()
Returns:
the new value of the attribute.

isRestartRequired

boolean isRestartRequired()
Returns:
true if the servers targeted for this change must be restarted for the change to take effect.

getAffectedBean

Object getAffectedBean()
Returns:
The bean that need to be restarted due to the change

getEntityToRestart

String getEntityToRestart()
Returns:
the entity type which may be one of "server", "resource-group", "partition" The value is deemed to be valid when getAffectBean() is null.

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09