|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.Page
public abstract class Page
abstract Method for all generated Page Object
Field Summary | |
---|---|
static boolean |
FALSE
Field FALSE |
SoftReference<Struct> |
metaData
|
static boolean |
TRUE
Field TRUE |
UDFProperties[] |
udfs
|
Constructor Summary | |
---|---|
Page()
|
Method Summary | |
---|---|
void |
call(PageContext pc)
method to invoke a page |
long |
getCompileTime()
return the time when the file was compiled |
ImportDefintion[] |
getImportDefintions()
|
byte |
getLoadType()
|
PageSource |
getPageSource()
|
long |
getSourceLastModified()
return when the source file last time was modified |
int |
getVersion()
return version definition of the page |
void |
setLoadType(byte loadType)
|
void |
setPageSource(PageSource pageSource)
|
void |
threadCall(PageContext pageContext,
int threadIndex)
|
Object |
udfCall(PageContext pageContext,
UDF udf,
int functionIndex)
|
Object |
udfDefaultValue(PageContext pc,
int functionIndex,
int argumentIndex)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean FALSE
FALSE
public static boolean TRUE
TRUE
public SoftReference<Struct> metaData
public UDFProperties[] udfs
Constructor Detail |
---|
public Page()
Method Detail |
---|
public int getVersion()
public void call(PageContext pc) throws Throwable
pc
- PageContext
Throwable
public long getSourceLastModified()
public long getCompileTime()
public void setPageSource(PageSource pageSource)
pageSource
- public PageSource getPageSource()
public byte getLoadType()
public void setLoadType(byte loadType)
loadType
- sets the load typepublic Object udfCall(PageContext pageContext, UDF udf, int functionIndex) throws Throwable
Throwable
public void threadCall(PageContext pageContext, int threadIndex) throws Throwable
Throwable
public Object udfDefaultValue(PageContext pc, int functionIndex, int argumentIndex)
public ImportDefintion[] getImportDefintions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |