|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jrunx.xml.XMLMetaData
|
+--jrun.ejb.metadata.AbstractMethodMetaData
|
+--jrun.ejb.metadata.QueryMethodMetaData
| Fields inherited from class jrun.ejb.metadata.AbstractMethodMetaData |
HOME, LOCAL, LOCAL_HOME, REMOTE |
| Fields inherited from class jrunx.xml.XMLMetaData |
logger |
| Constructor Summary | |
QueryMethodMetaData()
|
|
| Method Summary | |
java.lang.Class[] |
getParameterTypes()
|
java.lang.Class |
getReturnType()
|
boolean |
isLocal()
|
boolean |
isRemote()
|
void |
setLocal(boolean local)
|
void |
setParameterTypes(java.lang.Class[] parameterTypes)
|
void |
setRemote(boolean remote)
|
void |
setReturnType(java.lang.Class returnType)
|
| Methods inherited from class jrun.ejb.metadata.AbstractMethodMetaData |
addRoleNames, deploymentPatternMatches, getMethodIntf, getMethodName, getMethodParamsMetaData, getRoleNames, getRoleNamesSet, getTransactionType, isUnchecked, patternMatches, patternMatches, setMethodIntf, setMethodName, setTransactionType, setUnchecked |
| Methods inherited from class jrunx.xml.XMLMetaData |
addAcronym, addAcronyms, addPackagePrefix, addPackagePrefixes, exportDocument, getAttribute, getMetaDataSource, getParent, getPersistenceContext, getText, importXML, importXML, remove, removeAttribute, setAttribute, setMetaDataSource, setMetaDataSource, setParent, setParent, setPersistenceContext, setPublicID, setSystemID, setText, sync, sync, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public QueryMethodMetaData()
| Method Detail |
public java.lang.Class[] getParameterTypes()
public java.lang.Class getReturnType()
public boolean isLocal()
public boolean isRemote()
public void setLocal(boolean local)
public void setParameterTypes(java.lang.Class[] parameterTypes)
public void setRemote(boolean remote)
public void setReturnType(java.lang.Class returnType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||