|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The B2B interface represents the WebLogic B2B Integration. It acts as a factory for all other mbeans.
Field Summary |
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
CACHING_STUB_SVUID, DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
String |
getAuditLogClass()
Gets the audit log class name. |
String |
getCertificateVerificationClass()
Gets the certification verification class name. |
String |
getProxyHost()
Gets the proxy host of the WebLogic B2B Integration. |
String |
getProxyPort()
Gets the proxy port of the WebLogic B2B Integration. |
String |
getSecureTimestampClass()
Gets the secure timestamp class name. |
void |
refreshKeyStores()
Refresh Keystores |
void |
setAuditLogClass(String name)
Sets the audit log class name. |
void |
setCertificateVerificationClass(String name)
Sets the certificate verification class name. |
void |
setProxyHost(String host)
Sets the proxy host of the WebLogic B2B Integration. |
void |
setProxyPort(String port)
Sets the proxy port of the WebLogic B2B Integration. |
void |
setSecureTimestampClass(String name)
Sets the secure timestamp class name. |
void |
update()
Update the configuration for WebLogic B2B Integration server. |
void |
updateAll(String proxyHost,
String proxyPort,
String certificateVerificationClass,
String auditLogClass,
String secureTimestampClass)
Update all the configuration for WebLogic B2B Integration server. |
Methods inherited from interface com.bea.wli.management.configuration.B2BBaseMBean |
clone, delete, fromXML, getDelegateObject, publish, setDelegateObject, toXML, toXMLInternal, updateInternal |
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 String getProxyHost()
public void setProxyHost(String host)
host
- proxy host for the WebLogic B2B Integration.public String getProxyPort()
public void setProxyPort(String port)
port
- proxy port for the WebLogic B2B Integration.public String getCertificateVerificationClass()
public void setCertificateVerificationClass(String name)
name
- certificate verification class name.public String getAuditLogClass()
public void setAuditLogClass(String name)
name
- audit log class name.public String getSecureTimestampClass()
public void setSecureTimestampClass(String name)
name
- secure timestamp class name.public void refreshKeyStores()
public void update() throws B2BConfigurationException
update
in interface B2BBaseMBean
B2BConfigurationException
- If an error occurred during update.public void updateAll(String proxyHost, String proxyPort, String certificateVerificationClass, String auditLogClass, String secureTimestampClass) throws B2BConfigurationException
B2BConfigurationException
- If an error occurred during update.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |