|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface B2BConfigMBean
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 |
|---|
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, getComments, getName, getNotes, isDefaultedMBean, isPersistenceEnabled, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, touch, unSet |
| Methods inherited from interface weblogic.management.WebLogicMBean |
|---|
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, 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 |
| Methods inherited from interface weblogic.descriptor.DescriptorBean |
|---|
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener |
| Method Detail |
|---|
String getProxyHost()
void setProxyHost(String host)
host - proxy host for the WebLogic B2B Integration.String getProxyPort()
void setProxyPort(String port)
port - proxy port for the WebLogic B2B Integration.String getCertificateVerificationClass()
void setCertificateVerificationClass(String name)
name - certificate verification class name.String getAuditLogClass()
void setAuditLogClass(String name)
name - audit log class name.String getSecureTimestampClass()
void setSecureTimestampClass(String name)
name - secure timestamp class name.void refreshKeyStores()
void update()
throws B2BConfigurationException
update in interface B2BBaseMBeanB2BConfigurationException - If an error occurred during update.
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 | ||||||||