Package com.bea.wli.sb.transports
Class TransportValidationContext
java.lang.Object
com.bea.wli.sb.transports.TransportValidationContext
Container for supplying information to transport providers that can be used when
implementing validation checks of endpoint configuration
The context property Bag contains other objects useful during validation.
A JMXConnection can be retrieved from the property context bag with the JMXCONNECTOR key
The provider can then access the osb server MBeans using this object.
If no JMXConnector is available, or server MBeans are no more available, the validation must be done in "offline" mode.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTransportValidationContext
(Locale locale, ServiceInfo info, Diagnostics diags) TransportValidationContext
(Locale locale, ServiceInfo info, Diagnostics diags, HashMap contextPropertyBag) -
Method Summary
Modifier and TypeMethodDescriptiongetContextProperty
(Object key) putContextProperty
(Object key, Object value)
-
Field Details
-
JMXCONNECTOR
- See Also:
-
-
Constructor Details
-
TransportValidationContext
-
TransportValidationContext
public TransportValidationContext(Locale locale, ServiceInfo info, Diagnostics diags, HashMap contextPropertyBag)
-
-
Method Details
-
getLocale
- Returns:
- locale to be used when returning diagnostic messages from validation
-
getServiceInfo
- Returns:
- information about the service to be validated
-
getDiagnostics
- Returns:
- container diagnostics object to be used for returning validation messages
-
putContextProperty
-
getContextProperty
-
getContextPropertyKeySet
-
removeContextProperty
-