|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.appserver.server.sql.CoreDataStruct
org.enhydra.shark.instancepersistence.data.DeadlineDataStruct
Data structure for DO class. A container for data members of a DO class. A DO class contains a reference to a DataStruct class. This reference can be null (a DO whose data has not yet been retrieved from the database), allowing a DO object to be a lightweight placeholder until its data is needed.
Field Summary | |
static int |
COLUMN_ACTIVITY
Used for query caching. |
static int |
COLUMN_CNT
Used for query caching. |
static int |
COLUMN_EXCEPTIONNAME
Used for query caching. |
static int |
COLUMN_ISEXECUTED
Used for query caching. |
static int |
COLUMN_ISSYNCHRONOUS
Used for query caching. |
static int |
COLUMN_OID
Used for query caching. |
static int |
COLUMN_PROCESS
Used for query caching. |
static int |
COLUMN_TIMELIMIT
Used for query caching. |
static int |
COLUMN_TIMELIMITTZO
Used for query caching. |
boolean |
readOnly
A DO refers to this DataStruct. |
Fields inherited from class com.lutris.appserver.server.sql.CoreDataStruct |
newVersion, oId, version |
Constructor Summary | |
DeadlineDataStruct()
|
Method Summary | |
boolean |
compareCond(org.enhydra.dods.cache.Condition cond)
Compares whether this DataStruct object satisfies condition cond. |
com.lutris.appserver.server.sql.CoreDataStruct |
dumpData(boolean incrementVersion)
|
DeadlineDataStruct |
duplicate()
Create a copy of the guts of a DO. |
java.lang.String |
get_CacheHandle()
Returns this object's cache handle (String in the form: " |
java.lang.String |
get_Database()
|
java.lang.String |
get_Handle()
Returns this object's handle (identifier as a string). |
protected int |
get_Version()
Returns DataStruct's version. |
com.lutris.appserver.server.sql.ObjectId |
getActivity()
Return value of Activity column. |
java.math.BigDecimal |
getCNT()
Return value of CNT column. |
java.lang.String |
getExceptionName()
Return value of ExceptionName column. |
boolean |
getIsExecuted()
Return value of IsExecuted column. |
boolean |
getIsSynchronous()
Return value of IsSynchronous column. |
com.lutris.appserver.server.sql.ObjectId |
getProcess()
Return value of Process column. |
long |
getTimeLimit()
Return value of TimeLimit column. |
long |
getTimeLimitTZO()
Return value of TimeLimitTZO column. |
protected boolean |
isEmpty()
Returns indicator if DataStruct has any useful content. |
void |
set_Database(java.lang.String dbName)
|
protected void |
set_Empty(boolean b)
Sets indicator if DataStruct has any useful content. |
protected void |
set_OId(com.lutris.appserver.server.sql.ObjectId oId)
Sets this object's identifier. |
protected void |
set_Version(int v)
Sets DataStruct's version. |
void |
setActivity(com.lutris.appserver.server.sql.ObjectId val4Activity)
Sets Activity column. |
void |
setCNT(java.math.BigDecimal val4CNT)
Sets CNT column. |
void |
setExceptionName(java.lang.String val4ExceptionName)
Sets ExceptionName column. |
void |
setIsExecuted(boolean val4IsExecuted)
Sets IsExecuted column. |
void |
setIsSynchronous(boolean val4IsSynchronous)
Sets IsSynchronous column. |
void |
setProcess(com.lutris.appserver.server.sql.ObjectId val4Process)
Sets Process column. |
void |
setTimeLimit(long val4TimeLimit)
Sets TimeLimit column. |
void |
setTimeLimitTZO(long val4TimeLimitTZO)
Sets TimeLimitTZO column. |
java.lang.String |
toString()
|
java.lang.String |
toString(int indentCount)
|
void |
writeXMLData(java.io.Writer w)
|
Methods inherited from class com.lutris.appserver.server.sql.CoreDataStruct |
get_OId, get_OIdColumnName, get_versionColumnName, getHandle, getOId, getVersion, set_OIdColumnName, set_versionColumnName, setOId, setVersion, writeXMLhead |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public boolean readOnly
public static final int COLUMN_PROCESS
public static final int COLUMN_ACTIVITY
public static final int COLUMN_CNT
public static final int COLUMN_TIMELIMIT
public static final int COLUMN_TIMELIMITTZO
public static final int COLUMN_EXCEPTIONNAME
public static final int COLUMN_ISSYNCHRONOUS
public static final int COLUMN_ISEXECUTED
public static final int COLUMN_OID
Constructor Detail |
public DeadlineDataStruct()
Method Detail |
protected boolean isEmpty()
protected void set_Empty(boolean b)
b
- new value of indicator if DataStruct has any useful content.protected int get_Version()
protected void set_Version(int v)
v
- new DataStruct's version.protected void set_OId(com.lutris.appserver.server.sql.ObjectId oId)
oId
- this object's identifier.public java.lang.String get_Handle() throws com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.public java.lang.String get_CacheHandle() throws com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.public void set_Database(java.lang.String dbName)
dbName
- - name of the logical database this DataStruct should belong to.public java.lang.String get_Database()
public com.lutris.appserver.server.sql.CoreDataStruct dumpData(boolean incrementVersion)
public void writeXMLData(java.io.Writer w) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
public java.lang.String toString(int indentCount)
public void setProcess(com.lutris.appserver.server.sql.ObjectId val4Process)
val4Process
- new column value.public com.lutris.appserver.server.sql.ObjectId getProcess()
public void setActivity(com.lutris.appserver.server.sql.ObjectId val4Activity)
val4Activity
- new column value.public com.lutris.appserver.server.sql.ObjectId getActivity()
public void setCNT(java.math.BigDecimal val4CNT)
val4CNT
- new column value.public java.math.BigDecimal getCNT()
public void setTimeLimit(long val4TimeLimit)
val4TimeLimit
- new column value.public long getTimeLimit()
public void setTimeLimitTZO(long val4TimeLimitTZO)
val4TimeLimitTZO
- new column value.public long getTimeLimitTZO()
public void setExceptionName(java.lang.String val4ExceptionName)
val4ExceptionName
- new column value.public java.lang.String getExceptionName()
public void setIsSynchronous(boolean val4IsSynchronous)
val4IsSynchronous
- new column value.public boolean getIsSynchronous()
public void setIsExecuted(boolean val4IsExecuted)
val4IsExecuted
- new column value.public boolean getIsExecuted()
public boolean compareCond(org.enhydra.dods.cache.Condition cond)
cond
- Condition of the query.
public DeadlineDataStruct duplicate() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DatabaseManagerException
- if createExisting() fails for a contained DO
com.lutris.appserver.server.sql.ObjectIdException
- if GenericDO has trouble obtaining a valid id.
com.lutris.dods.builder.generator.query.DataObjectException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |