Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


com.bea.wli.sb.transports
Class TransportValidationContext

java.lang.Object
  extended by com.bea.wli.sb.transports.TransportValidationContext


public class TransportValidationContext
extends java.lang.Object

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
static java.lang.String JMXCONNECTOR
           

 

Constructor Summary
TransportValidationContext(java.util.Locale locale, ServiceInfo info, Diagnostics diags)
           
TransportValidationContext(java.util.Locale locale, ServiceInfo info, Diagnostics diags, java.util.HashMap contextPropertyBag)
           

 

Method Summary
 java.lang.Object getContextProperty(java.lang.Object key)
           
 java.util.Set getContextPropertyKeySet()
           
 Diagnostics getDiagnostics()
           
 java.util.Locale getLocale()
           
 ServiceInfo getServiceInfo()
           
 java.lang.Object putContextProperty(java.lang.Object key, java.lang.Object value)
           
 java.lang.Object removeContextProperty(java.lang.Object key)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

JMXCONNECTOR

public static final java.lang.String JMXCONNECTOR
See Also:
Constant Field Values

Constructor Detail

TransportValidationContext

public TransportValidationContext(java.util.Locale locale,
                                  ServiceInfo info,
                                  Diagnostics diags)

TransportValidationContext

public TransportValidationContext(java.util.Locale locale,
                                  ServiceInfo info,
                                  Diagnostics diags,
                                  java.util.HashMap contextPropertyBag)

Method Detail

getLocale

public java.util.Locale getLocale()
Returns:
locale to be used when returning diagnostic messages from validation

getServiceInfo

public ServiceInfo getServiceInfo()
Returns:
information about the service to be validated

getDiagnostics

public Diagnostics getDiagnostics()
Returns:
container diagnostics object to be used for returning validation messages

putContextProperty

public java.lang.Object putContextProperty(java.lang.Object key,
                                           java.lang.Object value)

getContextProperty

public java.lang.Object getContextProperty(java.lang.Object key)

getContextPropertyKeySet

public java.util.Set getContextPropertyKeySet()

removeContextProperty

public java.lang.Object removeContextProperty(java.lang.Object key)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


Copyright © 2008, 2013, Oracle. All rights reserved.