|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.dynalivery.pcre.PCREClient
|
+--com.dynalivery.pcre.PCREAppletClient
| Fields inherited from class com.dynalivery.pcre.PCREClient |
PCRE_FAIL,
PCRE_NAME,
PCRE_OK,
priority,
PRIORITY_HIGH,
PRIORITY_LOW,
PRIORITY_MEDIUM |
| Constructor Summary | |
PCREAppletClient(PCREConsole console,
java.applet.Applet applet)
Construct a PCREAppletClient. |
|
PCREAppletClient(PCREConsole console,
java.applet.Applet applet,
java.util.Properties props)
Construct a PCREAppletClient. |
|
PCREAppletClient(PCREConsole console,
java.lang.String host,
java.applet.Applet applet,
java.util.Properties props)
Construct a PCREAppletClient. |
|
PCREAppletClient(PCREConsole console,
java.lang.String host,
java.applet.Applet applet,
java.util.Properties props,
org.omg.CORBA.ORB orb)
Construct a PCREAppletClient. |
|
PCREAppletClient(PCREConsole console,
java.lang.String host,
int port,
java.applet.Applet applet,
java.util.Properties props,
org.omg.CORBA.ORB orb)
Construct a PCREAppletClient. |
|
| Method Summary | |
void |
Connect()
Connect the client to the Report Server. |
void |
Disconnect()
Disconnect client from all Report Server services. |
void |
Quit()
Short-hand for Quit(PCREClient.PCRE_OK). |
void |
Quit(int code)
Disconnect client and release server resources. |
void |
ResetReportServer(PCREReportServerInfo info)
Reset the PCREGateway, PCREServer and PCREConfigServer host name as well as the PCREGateway name with the help of PCREReportServerInfo data. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PCREAppletClient(PCREConsole console,
java.applet.Applet applet)
throws PCREClientError
console - The application console class.applet - The applet conaining the client.
public PCREAppletClient(PCREConsole console,
java.applet.Applet applet,
java.util.Properties props)
throws PCREClientError
console - The application console class.applet - The applet containing the client.props - The property array.
public PCREAppletClient(PCREConsole console,
java.lang.String host,
int port,
java.applet.Applet applet,
java.util.Properties props,
org.omg.CORBA.ORB orb)
throws PCREClientError
console - The applet console class.host - The client connection host.port - The port for obtaining the initial reference.applet - The applet containing the client.props - The property array.orb - The client orb.
public PCREAppletClient(PCREConsole console,
java.lang.String host,
java.applet.Applet applet,
java.util.Properties props)
throws PCREClientError
console - The applet console class.host - The client connection host.applet - The applet containing the client.props - The property array.
public PCREAppletClient(PCREConsole console,
java.lang.String host,
java.applet.Applet applet,
java.util.Properties props,
org.omg.CORBA.ORB orb)
throws PCREClientError
console - The applet console class.host - The client connection host.applet - The applet containing the client.props - The property array.orb - The client orb.| Method Detail |
public void Connect()
throws PCREError,
GatewayShuttingDown
public void Disconnect()
throws PCREError
public void Quit()
public void Quit(int code)
code - The termination code.
public void ResetReportServer(PCREReportServerInfo info)
throws PCREClientError
rsinfo - A PCREReportServerInfo containing the new PCREGateway host and name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||