B2BBaseMBean Interface
- public interface B2BBaseMBean
extends ConfigurationMBean
-
All Superinterfaces
-
ConfigurationMBean
, DynamicMBean
, MBeanRegistration
, NotificationBroadcaster
, WebLogicMBean
-
All Known Subinterfaces
-
B2BConfigMBean
Methods from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
clone(String) Method
public Object
clone(String
name)
throws B2BConfigurationException
Makes a deep copy of the Business Protocol with the name passed.
Parameters
-
name
- name for the new Business Protocol.
Returns
- java.lang.Object - The new object.
Exceptions
-
B2BConfigurationException
delete() Method
public void delete()
throws B2BConfigurationException
Delete the object
Exceptions
-
B2BConfigurationException
fromXML(String) Method
public void fromXML(String
xmlString)
throws B2BConfigurationException
Take XML representation of a child MBean and its children
Exceptions
-
B2BConfigurationException
getDelegateObject() Method
public Object
getDelegateObject()
throws B2BConfigurationException
Exceptions
-
B2BConfigurationException
setDelegateObject(Object) Method
public void setDelegateObject(Object
o)
toXML() Method
public String
toXML()
throws B2BConfigurationException
XML representation for the current and its subchild
Exceptions
-
B2BConfigurationException
update() Method
public void update()
throws B2BConfigurationException
Updates the .
Exceptions
-
B2BConfigurationException