jrun.ejb.metadata
Class QueryMethodMetaData

java.lang.Object
  |
  +--jrunx.xml.XMLMetaData
        |
        +--jrun.ejb.metadata.AbstractMethodMetaData
              |
              +--jrun.ejb.metadata.QueryMethodMetaData

public class QueryMethodMetaData
extends AbstractMethodMetaData

Author:
Paul Reilly

Inner classes inherited from class jrunx.xml.XMLMetaData
XMLMetaData.BaseException, XMLMetaData.CouldNotCreateDocumentException, XMLMetaData.CreateInstanceException, XMLMetaData.ElementRequiredException, XMLMetaData.IntegerExpectedException, XMLMetaData.InvalidElementException, XMLMetaData.InvalidObjectException, XMLMetaData.MetaDataExportIOException, XMLMetaData.NoLocationException, XMLMetaData.NoStringConstructorException, XMLMetaData.UnsupportedArrayTypeException
 
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

QueryMethodMetaData

public QueryMethodMetaData()
Method Detail

getParameterTypes

public java.lang.Class[] getParameterTypes()

getReturnType

public java.lang.Class getReturnType()

isLocal

public boolean isLocal()

isRemote

public boolean isRemote()

setLocal

public void setLocal(boolean local)

setParameterTypes

public void setParameterTypes(java.lang.Class[] parameterTypes)

setRemote

public void setRemote(boolean remote)

setReturnType

public void setReturnType(java.lang.Class returnType)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.