|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dynalivery.pcre.PCREService
| Constructor Summary | |
PCREService()
|
|
PCREService(java.lang.String name,
java.lang.String host,
java.lang.String server)
Constructor for the service. |
|
| Method Summary | |
abstract void |
Connect()
Connect the client to the service. |
abstract void |
Disconnect()
Disconnect the client from the service. |
java.lang.String |
getServerHost()
Return the server host IP address. |
java.lang.String |
getServerName()
Return the server name. |
org.omg.CORBA.Object |
getServerObject()
Return the server object. |
PCREClient |
getServiceClient()
Return the client instance for this service. |
java.lang.String |
getServiceName()
Return the name of the service. |
boolean |
isConnected()
Is the client connected to the service. |
void |
setConnected(boolean connected)
Set the connection flag. |
void |
setServerHost(java.lang.String host)
Set the service host. |
void |
setServerName(java.lang.String server)
Set the server name. |
void |
setServerObject(org.omg.CORBA.Object object)
Set the server object |
void |
setServiceClient(PCREClient client)
Set the client instance for this service. |
void |
setServiceName(java.lang.String name)
Set the service name. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PCREService()
public PCREService(java.lang.String name,
java.lang.String host,
java.lang.String server)
name - The name of the service.host - The hostname of the service.server - The server name.| Method Detail |
public abstract void Connect()
throws PCREError
public abstract void Disconnect()
throws PCREError
public java.lang.String getServerHost()
public java.lang.String getServerName()
public org.omg.CORBA.Object getServerObject()
public PCREClient getServiceClient()
public java.lang.String getServiceName()
public boolean isConnected()
public void setConnected(boolean connected)
connected - True if connected, false if not.public void setServerHost(java.lang.String host)
host - The host of the service.public void setServerName(java.lang.String server)
server - The server name.public void setServerObject(org.omg.CORBA.Object object)
object - The new server object.public void setServiceClient(PCREClient client)
client - The client to use for this instance.public void setServiceName(java.lang.String name)
name - The name of this service.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||