|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.dynalivery.pcre.PCREService
|
+--com.dynalivery.pcre.PCREConfigServer
This class allows you to retrieve configuration information about the PCRE Server configuration. The information available from this class may be usefull to users who want to write portable applications, without having to hardcode hostnames, etc.
| Constructor Summary | |
PCREConfigServer()
Specify a PCRE Configuration Service without host or server name. |
|
PCREConfigServer(java.lang.String host)
Specify a PCRE Configuration Service with the given host and no server name. |
|
PCREConfigServer(java.lang.String host,
java.lang.String name)
Specify a PCRE Configuration Service with the given host and server name. |
|
| Method Summary | |
void |
Connect()
Connect the client to the PCRE Configuration Server. |
void |
Disconnect()
Disconnect the client from the PCRE Configuration Server. |
java.lang.String |
getHost()
Return the host-name of the PCRE Configuration Server. |
java.lang.String |
getPCREDORTempDir()
Get the temp directory on the server for DOR run-time temp files. |
java.lang.String |
getPCREFileServer()
Return the name of the file transfer protocol used by the file return. |
java.lang.String |
getPCREGatewayName()
Get the default PCREGateway name. |
java.lang.String |
getPCREHostAddress()
Get the IP Address of the host on which the PCRE Product is installed. |
java.lang.String |
getPCREHostName()
Get the name of the host on which the PCRE Product is installed. |
PCREInfo |
getPCREInfo()
Retrieve all the attribute strings in one API call. |
java.lang.String |
getPCREInstallDir()
Get the product installation directory, (this is the server side install directory). |
java.lang.String |
getPCREOutputDir()
Get the name of the directory where output may be put. |
java.lang.String |
getPCRESampleOutputDir()
Get the name of the directory to be used for sample output. |
java.lang.String |
getPCRESampleReportDir()
Get the name of the directory containing the sample reports that ship with the product. |
java.lang.String |
getPCREVersion()
Find the PCRE Product version. |
java.lang.String |
getPCREWebServerDir()
Get the web server directory. |
void |
setHost(java.lang.String address)
Set the host-name of the PCRE Configuration Server. |
| Methods inherited from class com.dynalivery.pcre.PCREService |
getServerHost,
getServerName,
getServerObject,
getServiceClient,
getServiceName,
isConnected,
setConnected,
setServerHost,
setServerName,
setServerObject,
setServiceClient,
setServiceName |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PCREConfigServer()
public PCREConfigServer(java.lang.String host)
host - The host running the Gateway server.
public PCREConfigServer(java.lang.String host,
java.lang.String name)
host - The host running the Gateway server.name - The name of the Gateway server.| Method Detail |
public void Connect()
throws PCREClientError
public void Disconnect()
public java.lang.String getHost()
public java.lang.String getPCREDORTempDir()
throws PCREClientError,
PCREConfigServerError
public java.lang.String getPCREFileServer()
throws PCREClientError,
PCREConfigServerError
public java.lang.String getPCREGatewayName()
throws PCREClientError,
PCREConfigServerError
public java.lang.String getPCREHostAddress()
throws PCREClientError,
PCREConfigServerError
public java.lang.String getPCREHostName()
throws PCREClientError,
PCREConfigServerError
public PCREInfo getPCREInfo()
throws PCREClientError,
PCREServerError,
PCREConfigServerError
public java.lang.String getPCREInstallDir()
throws PCREClientError,
PCREConfigServerError
public java.lang.String getPCREOutputDir()
throws PCREClientError,
PCREConfigServerError
public java.lang.String getPCRESampleOutputDir()
throws PCREClientError,
PCREConfigServerError
public java.lang.String getPCRESampleReportDir()
throws PCREClientError,
PCREConfigServerError
public java.lang.String getPCREVersion()
throws PCREClientError,
PCREConfigServerError
public java.lang.String getPCREWebServerDir()
throws PCREClientError,
PCREConfigServerError
public void setHost(java.lang.String address)
throws PCREClientError
address - The host-name to use.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||