B2BConfigMBean Interface
- public interface B2BConfigMBean
extends B2BBaseMBean
The B2B interface represents the WebLogic B2B Integration.
It acts as a factory for all other mbeans.
-
All Superinterfaces
-
B2BBaseMBean
, ConfigurationMBean
, DynamicMBean
, MBeanRegistration
, NotificationBroadcaster
, WebLogicMBean
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 |
getAuditLogClass() Method
public String
getAuditLogClass()
Gets the audit log class name.
Returns
- String - audit log class name.
getCertificateVerificationClass() Method
public String
getCertificateVerificationClass()
Gets the certification verification class name.
Returns
- String - certificate verification class name.
getProxyHost() Method
public String
getProxyHost()
Gets the proxy host of the WebLogic B2B Integration.
Returns
- String - proxy host of the WebLogic B2B Integration.
getProxyPort() Method
public String
getProxyPort()
Gets the proxy port of the WebLogic B2B Integration.
Returns
- String - proxy port of the WebLogic B2B Integration.
getSecureTimestampClass() Method
public String
getSecureTimestampClass()
Gets the secure timestamp class name.
Returns
- String - secure timestamp class name.
refreshKeyStores() Method
public void refreshKeyStores()
Refresh Keystores
setAuditLogClass(String) Method
public void setAuditLogClass(String
name)
Sets the audit log class name.
Parameters
-
name
- audit log class name.
setCertificateVerificationClass(String) Method
public void setCertificateVerificationClass(String
name)
Sets the certificate verification class name.
Parameters
-
name
- certificate verification class name.
setProxyHost(String) Method
public void setProxyHost(String
host)
Sets the proxy host of the WebLogic B2B Integration.
Parameters
-
host
- proxy host for the WebLogic B2B Integration.
setProxyPort(String) Method
public void setProxyPort(String
port)
Sets the proxy port of the WebLogic B2B Integration.
Parameters
-
port
- proxy port for the WebLogic B2B Integration.
setSecureTimestampClass(String) Method
public void setSecureTimestampClass(String
name)
Sets the secure timestamp class name.
Parameters
-
name
- secure timestamp class name.
update() Method
public void update()
throws B2BConfigurationException
Update the configuration for WebLogic B2B Integration server.
Exceptions
-
B2BConfigurationException
- If an error occurred during update.
updateAll(String, String, String, String, String) Method
public void updateAll(String
proxyHost,
String
proxyPort,
String
certificateVerificationClass,
String
auditLogClass,
String
secureTimestampClass)
throws B2BConfigurationException
Update all the configuration for WebLogic B2B Integration server.
Exceptions
-
B2BConfigurationException
- If an error occurred during update.