|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
Object |
clone(String name)
Makes a deep copy of the Business Protocol with the name passed. |
void |
delete()
Delete the object |
void |
fromXML(String xmlString)
Take XML representation of a child MBean and its children |
Object |
getDelegateObject()
|
void |
publish(int publishType,
int eventType)
publishes an update event across the cluster 'publishType' allows for deep or shallow or refresh update events and 'eventType' is the event to be published Internal Use Only - The internal object for this Bean |
void |
setDelegateObject(Object o)
|
String |
toXML()
XML representation for the current and its subchild |
String |
toXMLInternal(boolean useNamespace,
boolean deepFetch)
Specifies the xml representation of an MBean object. |
void |
update()
Updates the . |
void |
updateInternal(int publishType)
Update functionality is similar to the 'update' method cluster-wide update propagation will happen based on publishType value Internal Use Only - The internal object for this Bean |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
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, preRegister |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
Method Detail |
public void update() throws B2BConfigurationException
B2BConfigurationException
public void updateInternal(int publishType) throws B2BConfigurationException
B2BConfigurationException
public void publish(int publishType, int eventType) throws B2BConfigurationException
B2BConfigurationException
public String toXMLInternal(boolean useNamespace, boolean deepFetch) throws B2BConfigurationException
B2BConfigurationException
public String toXML() throws B2BConfigurationException
B2BConfigurationException
public void fromXML(String xmlString) throws B2BConfigurationException
B2BConfigurationException
public Object clone(String name) throws B2BConfigurationException
name
- name for the new Business Protocol.
B2BConfigurationException
public void delete() throws B2BConfigurationException
B2BConfigurationException
public void setDelegateObject(Object o)
public Object getDelegateObject() throws B2BConfigurationException
B2BConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |