|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.utils.EngineInformation
This class is used by the getEngineInformation API in order to return information about the engine to which the client is connected. For this reason this class as a whole represent an output object, and all the attribute in it cannot be modified at all.
com.ibm.tws.conn.plan.Plan
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
EngineInformation()
Empty Constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this EngineInformation object are equal to those of the given one. |
java.util.Date |
getCurrentJobStreamDate()
Returns the Current Job Stream Date. |
int |
getDatabaseAuditLevel()
Returns the Database Audit Level. |
EngineStatusType |
getEngineStatus()
Returns the Engine Status. |
LockData |
getLockData()
Returns the lock data. |
java.util.TimeZone |
getMasterDatabaseTimeZone()
Returns the Master Database Timetone. |
Identifier |
getMasterDomainId()
Returns the Master Domain Identifier |
DomainInPlanKey |
getMasterDomainKey()
Returns the Master Domain key |
java.util.TimeZone |
getMasterPlanTimeZone()
Returns the Master Plan Timezone |
Identifier |
getMasterWorkstationId()
Returns the Master Workstation Identifier. |
WorkstationInPlanKey |
getMasterWorkstationKey()
Returns the Master Workstation Identifier. |
ModifyData |
getModifyData()
Returns the modify data. |
int |
getPlanAuditLevel()
Returns the Plan Audit Level. |
long |
getPlanRunNumber()
Returns the plan run number. |
long |
getStartOfDay()
Returns the start of day (in milliseconds). |
Identifier |
getThisWorkstationId()
Returns this Workstation Identifier. |
WorkstationInPlanKey |
getThisWorkstationKey()
Returns this Workstation key. |
java.lang.String |
getVersion()
Returns the Engine version |
int |
hashCode()
Returns a hash code for this EngineInformation object. |
boolean |
isDbExpanded()
Returns true if the Database is expanded, false otherwise. |
boolean |
isPlanExpanded()
Returns true if the plan is expanded, false otherwise |
boolean |
isTimeZoneEnabled()
Returns true if the timezones are enabled, false otherwise. |
void |
setCurrentJobStreamDate(java.util.Date date)
Sets the current Job Stream Date. |
void |
setDatabaseAuditLevel(int i)
Sets the database audit level. |
void |
setDbExpanded(boolean b)
Set the Database expanded flag. |
void |
setEngineStatus(EngineStatusType types)
Sets the Engine status. |
void |
setMasterDatabaseTimeZone(java.util.TimeZone string)
Sets the Master Database Timezone. |
void |
setMasterDomainId(Identifier identifier)
Sets the Master Domain Identifier. |
void |
setMasterDomainKey(DomainInPlanKey key)
Sets the Master Domain key. |
void |
setMasterPlanTimeZone(java.util.TimeZone string)
Sets the Mster Plan Timezone. |
void |
setMasterWorkstationId(Identifier identifier)
Sets the master Workstation Identifier. |
void |
setMasterWorkstationKey(WorkstationInPlanKey key)
Sets the master Workstation Key. |
void |
setPlanAuditLevel(int i)
Sets the Plan Audit Level. |
void |
setPlanExpanded(boolean b)
Sets the plan expanded flag. |
void |
setPlanRunNumber(long l)
For internal use only |
void |
setStartOfDay(long l)
Sets the start of day (in Milliseconds). |
void |
setThisWorkstationId(Identifier identifier)
Set 'This' Workstation Identifier. |
void |
setThisWorkstationKey(WorkstationInPlanKey key)
Set 'This' Workstation key. |
void |
setTimeZoneEnabled(boolean b)
Sets if the timezones are enabled For internal use only |
void |
setVersion(java.lang.String string)
Sets the Engine Version. |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public EngineInformation()
Method Detail |
public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
Object.toString()
public java.util.Date getCurrentJobStreamDate()
public boolean isDbExpanded()
public EngineStatusType getEngineStatus()
public java.util.TimeZone getMasterDatabaseTimeZone()
public Identifier getMasterDomainId()
public DomainInPlanKey getMasterDomainKey()
public java.util.TimeZone getMasterPlanTimeZone()
public Identifier getMasterWorkstationId()
public WorkstationInPlanKey getMasterWorkstationKey()
public boolean isPlanExpanded()
public long getPlanRunNumber()
public long getStartOfDay()
public Identifier getThisWorkstationId()
public WorkstationInPlanKey getThisWorkstationKey()
public boolean isTimeZoneEnabled()
public void setCurrentJobStreamDate(java.util.Date date)
date
- the current Job Stream Date to set.public void setDbExpanded(boolean b)
b
- the Database expanded flag to set.public void setEngineStatus(EngineStatusType types)
types
- the Engine status to set.public void setMasterDatabaseTimeZone(java.util.TimeZone string)
string
- the Master Database Timezone to set.public void setMasterDomainId(Identifier identifier)
identifier
- the Master Domain Identifier to set.public void setMasterDomainKey(DomainInPlanKey key)
key
- the Master Domain key.public void setMasterPlanTimeZone(java.util.TimeZone string)
string
- the Mster Plan Timezone to set.public void setMasterWorkstationId(Identifier identifier)
identifier
- the master Workstation Identifier to set.public void setMasterWorkstationKey(WorkstationInPlanKey key)
key
- the master Workstation Key to set.public void setPlanExpanded(boolean b)
b
- the plan expanded flag to set.public void setPlanRunNumber(long l)
l
- public void setStartOfDay(long l)
l
- the start of day to set.public void setThisWorkstationId(Identifier identifier)
identifier
- 'This' Workstation Identifier to set.public void setThisWorkstationKey(WorkstationInPlanKey key)
key
- 'This' Workstation key to set.public void setTimeZoneEnabled(boolean b)
b
- true if the timezones are enabled, false otherwise.public ModifyData getModifyData()
TWSHeader.getModifyData()
public LockData getLockData()
TWSHeader.getLockData()
public java.lang.String getVersion()
public void setVersion(java.lang.String string)
string
- the Engine Version to set.public int getDatabaseAuditLevel()
public int getPlanAuditLevel()
public void setDatabaseAuditLevel(int i)
i
- the database audit level to set.public void setPlanAuditLevel(int i)
i
- the Plan Audit Level to set.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |