com.metamatrix.admin.api
Interface Host

All Superinterfaces:
AdminObject
All Known Implementing Classes:
MMHost

public interface Host
extends AdminObject

Represents a host in the MetaMatrix system.

The identifier pattern for a host is "hostName". A hostName is considered to be unique across the system.

Since:
4.3

Field Summary
static java.lang.String HOST_BIND_ADDRESS
          Host Bind Address Property
static java.lang.String HOST_DIRECTORY
          Host Directory Property
static java.lang.String HOST_ENABLED
          Host Enabled Property
static java.lang.String HOST_PHYSICAL_ADDRESS
          Host Physical Address Property
static java.lang.String INSTALL_DIR
          Install Directory Property
static java.lang.String LOG_DIRECTORY
          Log Directory Property
 
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
 
Method Summary
 boolean isRunning()
          Return true if this Host is executing.
 
Methods inherited from interface org.teiid.adminapi.AdminObject
getIdentifier, getName, getProperties, getPropertyValue
 

Field Detail

INSTALL_DIR

static final java.lang.String INSTALL_DIR
Install Directory Property

See Also:
Constant Field Values

LOG_DIRECTORY

static final java.lang.String LOG_DIRECTORY
Log Directory Property

See Also:
Constant Field Values

HOST_DIRECTORY

static final java.lang.String HOST_DIRECTORY
Host Directory Property

See Also:
Constant Field Values

HOST_ENABLED

static final java.lang.String HOST_ENABLED
Host Enabled Property

See Also:
Constant Field Values

HOST_BIND_ADDRESS

static final java.lang.String HOST_BIND_ADDRESS
Host Bind Address Property

See Also:
Constant Field Values

HOST_PHYSICAL_ADDRESS

static final java.lang.String HOST_PHYSICAL_ADDRESS
Host Physical Address Property

See Also:
Constant Field Values
Method Detail

isRunning

boolean isRunning()
Return true if this Host is executing.

Returns:
if this Host is actively participating in the MetaMatrix system.
Since:
4.3


Copyright © 2009. All Rights Reserved.