com.caucho.ejb.cfg
Class EjbJar
java.lang.Object
com.caucho.config.types.DescriptionGroupConfig
com.caucho.ejb.cfg.EjbJar
public class EjbJar
- extends DescriptionGroupConfig
Configuration for an ejb bean.
|
Constructor Summary |
EjbJar(EjbConfig config,
java.lang.String ejbModuleName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbJar
public EjbJar(EjbConfig config,
java.lang.String ejbModuleName)
setVersion
public void setVersion(java.lang.String version)
setSchemaLocation
public void setSchemaLocation(java.lang.String value)
setMetadataComplete
public void setMetadataComplete(boolean isMetadataComplete)
createEnterpriseBeans
public EjbEnterpriseBeans createEnterpriseBeans()
throws ConfigException
- Throws:
ConfigException
createInterceptors
public Interceptors createInterceptors()
throws ConfigException
- Throws:
ConfigException
createRelationships
public EjbJar.Relationships createRelationships()
throws ConfigException
- Throws:
ConfigException
createAssemblyDescriptor
public AssemblyDescriptor createAssemblyDescriptor()
throws ConfigException
- Throws:
ConfigException
addQueryFunction
public void addQueryFunction(EjbJar.QueryFunction fun)
setBooleanLiteral
public void setBooleanLiteral(BooleanLiteral literal)