public class TransportValidationContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JMXCONNECTOR |
Constructor and Description |
---|
TransportValidationContext(java.util.Locale locale, ServiceInfo info, Diagnostics diags) |
TransportValidationContext(java.util.Locale locale, ServiceInfo info, Diagnostics diags, java.util.HashMap contextPropertyBag) |
Modifier and Type | Method and Description |
---|---|
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) |
public static final java.lang.String JMXCONNECTOR
public TransportValidationContext(java.util.Locale locale, ServiceInfo info, Diagnostics diags)
public TransportValidationContext(java.util.Locale locale, ServiceInfo info, Diagnostics diags, java.util.HashMap contextPropertyBag)
public java.util.Locale getLocale()
public ServiceInfo getServiceInfo()
public Diagnostics getDiagnostics()
public java.lang.Object putContextProperty(java.lang.Object key, java.lang.Object value)
public java.lang.Object getContextProperty(java.lang.Object key)
public java.util.Set getContextPropertyKeySet()
public java.lang.Object removeContextProperty(java.lang.Object key)