J-Integra® Espresso Programming Documentation (API)

J2eeQuickConfig Constructor

Creates the J2eeQuickConfig Object. Overloaded for quick connection to known Application Servers/RMI-IIOP systems.

J2eeQuickConfig();
J2eeQuickConfig(
 Ics.J2EE.ApplicationServer appServer
);
J2eeQuickConfig(
 Ics.J2EE.ApplicationServer appServer,
 string host
);
J2eeQuickConfig(
 Ics.J2EE.ApplicationServer appServer,
 System.Net.IPAddress hostAddr
);
J2eeQuickConfig(
 Ics.J2EE.ApplicationServer appServer,
 string host,
 int port
);
J2eeQuickConfig(
 Ics.J2EE.ApplicationServer appServer,
 System.Net.IPAddress hostAddr,
 int port
);

Parameters

appServer
The type of Application Server/RMI-IIOP system connecting to. See Ics.J2EE.ApplicationServer for details
host
The string representation of the remote host.
hostAddr
The System.Net.IPAddress of the remote host.
port
The port of the Application Server/RMI-IIOP system connectiong to. Use only if NOT the standard port for that system

Return Value

none

Remarks

Use these parameterized constructor if connecting to a well known Appplication Server. Use the empty constructor and then call SetNamingServiceURI if connecting to another kind of CORBA system

Exceptions

none

See Also

J2EE Context | J2EE Namespace