J-Integra® Espresso Programming Documentation (API)

Ics.J2EE Namespace

Provides a set of Java like Context APIs for developers who do not want to worry about programming with CORBA specific APIs. Developers can quickly connect to the application server of their choice and can program directly with Remote interfaces and not worry about "narrowing" or initializing the orb etc.

Classes

ClassDescription
J2eeEasyContext The J2eeEasyContext class provides a set of static methods that start/stop the runtime, and allow the lookup and registration of RMI-IIOP objects, both local and remote.
J2eeQuickConfig The J2eeQuickConfig class provides a way for developers to very quickly and easily connect to their application server or RMI-IIOP service.
J2eeAdvancedOptions The J2eeAdvancedOptions class provides a way for developers to set advanced CORBA options that are above and beyond those provided by the J2eeQuickConfig class.

Exceptions

ExceptionDescription
JintegraProxyNotFoundException

Thrown when a remotable object Helper class was not found in any of the loaded assemblies

Enumerations

EnumerationDescription
ApplicationServer

Specifies the type of Application Server that the runtime is connecting to. Supported built in servers are: SUN generic RMI-IIOP (orbd), Weblogic, Websphere and JBoss

SecureConnectionType

Specifies the type of secure connection being used: TLS or SSL

See Also

Ics Namespace | Ics.Runtime Namespace