|
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 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final String MODIFY
static final String CREATE
static final String DESTROY
static final String ADD
static final String REMOVE
static final String UNSET
static final String SERVER
static final String PARTITION
static final String NONE
Method Detail |
---|
Object getBean()
String getAttributeName()
String getOperation()
Object getOldValue()
Object getNewValue()
boolean isRestartRequired()
Object getAffectedBean()
String getEntityToRestart()
|
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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |