| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.admin.objects.MMAdminObject
com.metamatrix.admin.objects.MMDQP
public class MMDQP
A Connector Binding is a Connector Type with properties that have been bond to a Connector. May are may not be assigned to a VDB
| Field Summary | 
|---|
| Fields inherited from interface com.metamatrix.admin.api.objects.DQP | 
|---|
| STATE_CLOSED, STATE_DATA_SOURCE_UNAVAILABLE, STATE_FAILED, STATE_INIT_FAILED, STATE_NOT_DEPLOYED, STATE_NOT_INITIALIZED, STATE_NOT_REGISTERED, STATE_OPEN | 
| Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject | 
|---|
| DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD | 
| Constructor Summary | |
|---|---|
| MMDQP(java.lang.String[] identifierParts)Constructor. | |
| Method Summary | |
|---|---|
|  java.lang.String | getDescription()Returns the description | 
|  java.lang.String | getHostName() | 
|  java.lang.String | getProcessName() | 
|  long | getServiceID() | 
|  int | getState()Retrieve the current connector state. | 
|  java.lang.String | getStateAsString()Retrieve the current connector state. | 
|  java.util.Date | getStateChangedTime()Retrieve time of last state change. | 
|  void | setDescription(java.lang.String description)Set the description | 
|  void | setServiceID(long serviceID) | 
|  void | setState(int state)Set the state | 
|  void | setStateChangedTime(java.util.Date stateChangedTime)Set the state changed time | 
|  java.lang.String | toString()Get MetaMatrix Object as a String | 
| Methods inherited from class com.metamatrix.admin.objects.MMAdminObject | 
|---|
| buildIdentifier, buildIdentifierArray, buildIdentifierList, getCreated, getCreatedBy, getCreatedDate, getIdentifier, getIdentifierArray, getLastChangedBy, getLastChangedDate, getLastUpdated, getLastUpdatedBy, getName, getNameFromIdentifier, getObjectType, getParentName, getProperties, getPropertiesAsString, getPropertyValue, getProps, isDeployed, isEnabled, isRegistered, setCreated, setCreatedBy, setDeployed, setEnabled, setIdentifier, setLastUpdated, setLastUpdatedBy, setProperties, setRegistered | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface com.metamatrix.admin.api.objects.AdminObject | 
|---|
| getIdentifier, getName, getProperties, getPropertyValue | 
| Constructor Detail | 
|---|
public MMDQP(java.lang.String[] identifierParts)
identifierParts - | Method Detail | 
|---|
public java.lang.String toString()
MMAdminObject
toString in class MMAdminObjectObject.toString()public java.lang.String getDescription()
getDescription in interface DQPpublic void setDescription(java.lang.String description)
description - public int getState()
DQPDQP.STATE_OPEN.
 DQP.STATE_NOT_INITIALIZED.
 DQP.STATE_CLOSED.
 DQP.STATE_FAILED.
 DQP.STATE_INIT_FAILED.
 DQP.STATE_NOT_REGISTERED.
 DQP.STATE_DATA_SOURCE_UNAVAILABLE.
 DQP.STATE_NOT_DEPLOYED.
getState in interface DQPpublic java.lang.String getStateAsString()
DQP
getStateAsString in interface DQPpublic void setState(int state)
state - public java.util.Date getStateChangedTime()
DQP
getStateChangedTime in interface DQPpublic void setStateChangedTime(java.util.Date stateChangedTime)
stateChangedTime - public long getServiceID()
public void setServiceID(long serviceID)
serviceID - The serviceID to set.public java.lang.String getProcessName()
public java.lang.String getHostName()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||