|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents an OpenWorld Backend (server). This interface can be used to perform some control actions on a started Backend.
| Inner Class Summary | |
static class |
IBackend.Statistics
Structure containing the statistics of the Backend. |
| Method Summary | |
void |
close()
Close the connection in use by this Backend. |
void |
deactivate()
Deactivate the backend. |
long |
getTimeout()
Get the Timeout for this Backend object. |
java.lang.String |
getType()
Get the Backend type. |
long |
ping()
Try to ping the Backend. |
void |
reset()
Reset the statistics of the backend. |
void |
setLicenseOverrideKey(java.lang.String sLicenseOverrideKey)
|
void |
setTimeout(long p_timeout)
Set the Timeout for this Backend object. |
void |
setUserInfo(IUserInfo p_userInfo)
Set the UserInfo used to connect. |
IBackend.Statistics |
statistics()
Retrieve Statistics from the server. |
| Method Detail |
public void setLicenseOverrideKey(java.lang.String sLicenseOverrideKey)
throws BoiException
public void setUserInfo(IUserInfo p_userInfo)
throws BoiException
p_userInfo - an UserInfo Object.BoiException - if closed or already initialized (a call has been done).
public void setTimeout(long p_timeout)
throws BoiException
p_timeout - timeout in milliseconds.BoiException - if already closed.
public long getTimeout()
throws BoiException
BoiException - if already closed
public void deactivate()
throws BoiException
BoiException - if already closed or error during transport.
public void reset()
throws BoiException
BoiException - if already closed or error during transport.
public java.lang.String getType()
throws BoiException
BoiException - if already closed or error during transport.
public long ping()
throws BoiException
BoiException - if already closed or error during transport.
public IBackend.Statistics statistics()
throws BoiException
BoiException - if already closed or error during transport.public void close()
|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||