|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EngineInfo
Contains information about an engine in a cluster.
| Method Summary | |
|---|---|
Engine |
createEngineReference()
Returns a fresh remote engine reference. |
java.lang.String |
getHost()
Returns the host of the represented engine. |
java.lang.String |
getName()
Returns the name of the represented engine. |
int |
getPort()
Returns the port where the engine is running. |
boolean |
isLocal()
Indicates whether this engine is a local or remote engine. |
boolean |
isReachable()
Indicates whether this engine is accessible. |
boolean |
isSecured()
Indicates whether this engine has security enabled. |
boolean |
isSsl()
Indicates whether this engine is secured with SSL. |
| Method Detail |
|---|
Engine createEngineReference()
throws EngineException
EngineException - If a system error occurs, the engine could not be
reached, or is a secured engine and
authentication failed.
EngineCommunicationException - If a networking error occurs.java.lang.String getHost()
java.lang.String getName()
int getPort()
boolean isLocal()
boolean isReachable()
throws EngineException
EngineCommunicationException - If a networking error occurs.
EngineException
boolean isSecured()
throws EngineException
EngineCommunicationException - If a networking error occurs.
EngineExceptionboolean isSsl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||