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.runtime
Interface EditSessionConfigurationRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean

public interface EditSessionConfigurationRuntimeMBean
extends RuntimeMBean

Method Summary
abstract  boolean containsUnactivatedChanges()
          Returns true if there are changes saved in the pending directory or there are changes in memory.
abstract  String getCreator()
          The original creator of the edit session.
abstract  String getCurrentEditor()
          The current editor of the edit session.
abstract  String getDescription()
          The description of the edit session configuration.
abstract  String getEditSessionName()
          The name of the edit session configuration.
abstract  String getEditSessionServerJndi()
          The JNDI name of the related EditSessionServer.
abstract  String getPartitionName()
          The partition name to which this edit session belongs.
abstract  boolean isMergeNeeded()
          Returns true if another edit session activates its changes after the last activation of this edit session or after its creation but before this edit session was ever activated.

 

Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent

 

Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes

 

Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Method Detail

getEditSessionName

String getEditSessionName()

The name of the edit session configuration.

Returns:
String name of this edit session configuration

getPartitionName

String getPartitionName()

The partition name to which this edit session belongs.

Returns:
Partition name or DOMAIN for global session.

getDescription

String getDescription()

The description of the edit session configuration.

Returns:
String description of this edit session configuration

containsUnactivatedChanges

boolean containsUnactivatedChanges()

Returns true if there are changes saved in the pending directory or there are changes in memory. To apply these changes, activate the session.

Returns:
true only if edit tree contains unactivated changes

isMergeNeeded

boolean isMergeNeeded()

Returns true if another edit session activates its changes after the last activation of this edit session or after its creation but before this edit session was ever activated.

It indicates that this edit session configuration is probably not the actual runtime configuration. Use the resolve method to merge changes to this configuration.

If this edit session configuration was also modified then there can be conflicts between this session and the runtime configuration. Use the resolve method to remove possible inconsistencies.


getCurrentEditor

String getCurrentEditor()

The current editor of the edit session. The editor owns the lock.

Returns:
String owner of this edit session

getCreator

String getCreator()

The original creator of the edit session.

Returns:
String creator of this edit session

getEditSessionServerJndi

String getEditSessionServerJndi()

The JNDI name of the related EditSessionServer.

Returns:
JNDI name

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