|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.6.3) E15033-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.bea.wli.sb.transports.ui.TransportUIContext
public class TransportUIContext
An object if this class is used to supply options for transport-provider specific user interface. It is passed by OSB console to each transport provider A JMXConnection can be retrieved from the context with the JMXCONNECTOR key The provider can then access the osb server MBeans using this object and populate properly the UI or validate inputs from the user. If no JMXConnector is available, or server MBeans are no more available, the processing must be done in "offline" mode.
Field Summary | |
---|---|
static java.lang.String |
ISPROXY |
static java.lang.String |
JMXCONNECTOR |
static java.lang.String |
LOCALE |
static java.lang.String |
SERVICEREF |
Constructor Summary | |
---|---|
TransportUIContext() |
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.Object option) |
java.util.Locale |
getLocale() |
Ref |
getServiceRef() |
boolean |
hasOption(java.lang.Object option) |
static boolean |
hasOption(TransportUIContext options, java.lang.Object option) |
boolean |
isProxy() |
TransportUIContext |
put(java.lang.Object option) sets the option with a given key |
TransportUIContext |
put(java.lang.Object option, int value) sets the option with a given key to specified value |
TransportUIContext |
put(java.lang.Object option, java.lang.Object value) sets the option with a given key to specified value |
void |
remove(java.lang.Object option) removes the option with a given key |
static java.lang.Object |
safeGet(TransportUIContext options, java.lang.Object option) |
TransportUIContext |
setIsProxy(boolean isproxy) Sets whether or not the wizard has been invoked with respect to a proxy service definition |
TransportUIContext |
setLocale(java.util.Locale val) sets the locale to use when returning labels and tooltips for each field |
TransportUIContext |
setServiceRef(Ref val) sets the serviceref of the proxy or business service being changed in the user interface. |
java.lang.String |
toString() |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LOCALE
public static final java.lang.String ISPROXY
public static final java.lang.String SERVICEREF
public static final java.lang.String JMXCONNECTOR
Constructor Detail |
---|
public TransportUIContext()
Method Detail |
---|
public TransportUIContext setLocale(java.util.Locale val)
public java.util.Locale getLocale()
public TransportUIContext setIsProxy(boolean isproxy)
public boolean isProxy()
public TransportUIContext setServiceRef(Ref val)
public Ref getServiceRef()
public boolean hasOption(java.lang.Object option)
public java.lang.Object get(java.lang.Object option)
public TransportUIContext put(java.lang.Object option)
public TransportUIContext put(java.lang.Object option, int value)
public TransportUIContext put(java.lang.Object option, java.lang.Object value)
public void remove(java.lang.Object option)
public static java.lang.Object safeGet(TransportUIContext options, java.lang.Object option)
public static boolean hasOption(TransportUIContext options, java.lang.Object option)
public java.lang.String toString()
toString
in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.6.3) E15033-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |