public interface EngineInfo
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
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.EngineException
boolean isSsl()
© 2000-2025 Flux Corporation. All rights reserved.