| com.caucho.ejb.cfg.EjbBean com.caucho.ejb.cfg.EjbMessageBean
EjbMessageBean | public class EjbMessageBean extends EjbBean (Code) | | Configuration for an ejb entity bean.
|
Inner Class :public class ActivationConfig | |
Inner Class :public static class ActivationConfigPropertyConfig | |
Inner Class :public class MessageDrivenDestination | |
EjbMessageBean | public EjbMessageBean(EjbConfig config, String ejbModuleName)(Code) | | Creates a new message bean configuration.
|
createActivationConfig | public ActivationConfig createActivationConfig()(Code) | | Adds the activation config.
|
createBeanGenerator | protected BeanGenerator createBeanGenerator()(Code) | | Creates the bean generator for the session bean.
|
createMessageDrivenDestination | public MessageDrivenDestination createMessageDrivenDestination()(Code) | | Creates the old EJB 2.0 message-driven-destination
|
getAcknowledgeMode | public int getAcknowledgeMode()(Code) | | Returns the acknowledge mode.
|
getConnectionFactory | public ConnectionFactory getConnectionFactory()(Code) | | Returns the destination.
|
getDestination | public Destination getDestination()(Code) | | Returns the destination.
|
getEJBKind | public String getEJBKind()(Code) | | Returns the kind of bean.
|
getSelector | public String getSelector()(Code) | | Returns the message selector
|
getSubscriptionName | public String getSubscriptionName()(Code) | | Returns the durable subscription name
|
init | public void init() throws ConfigException(Code) | | Initialize
|
initIntrospect | public void initIntrospect() throws ConfigException(Code) | | Obtain and apply initialization from annotations.
|
introspect | protected void introspect()(Code) | | |
setAcknowledgeMode | public void setAcknowledgeMode(int acknowledgeMode)(Code) | | Set the acknowledge mode.
|
setActivationSpec | public void setActivationSpec(ActivationSpec activationSpec)(Code) | | Sets the JCA activation spec.
|
setConnectionFactoryValue | public void setConnectionFactoryValue(ConnectionFactory factory)(Code) | | Sets the connection factory.
|
setDestination | public void setDestination(Destination destination) throws ConfigException(Code) | | Sets the JMS destination.
|
setDestinationValue | public void setDestinationValue(Destination destination)(Code) | | Sets the JMS destination.
|
setEJBClass | public void setEJBClass(Class ejbClass) throws ConfigException(Code) | | Sets the ejb implementation class.
|
setMappedName | public void setMappedName(String mappedName) throws ConfigException(Code) | | |
setMessageConsumerMax | public void setMessageConsumerMax(int consumerMax) throws ConfigException(Code) | | Sets the number of message consumers.
|
setMessageDestinationLink | public void setMessageDestinationLink(String messageDestinationLink) throws ConfigException, NamingException(Code) | | Sets the JMS destination link
|
setMessageDestinationType | public void setMessageDestinationType(String type) throws ConfigException, NamingException(Code) | | Sets the JMS destination type.
|
setMessagingType | public void setMessagingType(Class messagingType)(Code) | | |
setResourceAdapter | public void setResourceAdapter(String name)(Code) | | |
setSelector | public void setSelector(String selector)(Code) | | Set the message selector.
|
setSubscriptionName | public void setSubscriptionName(String subscriptionName)(Code) | | Set the message selector.
|
setTransactionType | public void setTransactionType(String type) throws ConfigException(Code) | | Set true if the container handles transactions.
|
Methods inherited from com.caucho.ejb.cfg.EjbBean | public void addBeanDependency(String ejbName)(Code)(Java Doc) public void addBuilderProgram(ConfigProgram init)(Code)(Java Doc) public void addBusinessLocal(Class localClass)(Code)(Java Doc) public void addBusinessRemote(Class remoteClass)(Code)(Java Doc) public void addDepend(Path path)(Code)(Java Doc) public void addDependency(PersistentDependency depend)(Code)(Java Doc) public void addDependency(Class cl)(Code)(Java Doc) public void addDependencyList(ArrayList<PersistentDependency> dependList)(Code)(Java Doc) protected void addImports(BeanAssembler assembler)(Code)(Java Doc) public void addInitProgram(ConfigProgram init)(Code)(Java Doc) public void addInterceptor(Interceptor interceptor)(Code)(Java Doc) public void addMethod(EjbMethodPattern method)(Code)(Java Doc) public void addPostConstruct(PostConstructType postConstruct)(Code)(Java Doc) public void addRemoveMethod(RemoveMethod removeMethod)(Code)(Java Doc) public void assembleBeanMethods() throws ConfigException(Code)(Java Doc) public GenClass assembleGenerator(String fullClassName) throws NoSuchMethodException, ConfigException(Code)(Java Doc) protected void assembleHomeMethods(BeanAssembler assembler, BaseClass baseClass, String contextClassName, ApiClass homeClass, String prefix) throws NoSuchMethodException(Code)(Java Doc) protected void assembleMethods(BeanAssembler assembler, String fullClassName) throws ConfigException(Code)(Java Doc) protected void assembleMethods(BeanAssembler assembler, ViewClass view, String contextClassName, ArrayList<ApiMethod> methods, String prefix) throws NoSuchMethodException(Code)(Java Doc) protected void assembleViews(BeanAssembler assembler, String fullClassName) throws ConfigException(Code)(Java Doc) public boolean classHasMethod(ApiMethod method, ApiClass cl)(Code)(Java Doc) public void configureAmber(AmberConfig config) throws ConfigException(Code)(Java Doc) public boolean containsInterceptor(String interceptorClassName)(Code)(Java Doc) protected BeanAssembler createAssembler(String fullClassName)(Code)(Java Doc) protected BeanGenerator createBeanGenerator()(Code)(Java Doc) protected EjbHomeView createHomeView(ApiClass homeClass, String prefix) throws ConfigException(Code)(Java Doc) public MessageDestinationRef createMessageDestinationRef()(Code)(Java Doc) public EjbMethodPattern createMethod(MethodSignature sig)(Code)(Java Doc) protected EjbObjectView createObjectView(ArrayList<ApiClass> apiList, String prefix, String suffix) throws ConfigException(Code)(Java Doc) protected EjbObjectView createRemoteObjectView(ArrayList<ApiClass> apiList, String prefix, String suffix) throws ConfigException(Code)(Java Doc) protected void createViews21() throws ConfigException(Code)(Java Doc) public AbstractServer deployServer(EjbContainer ejbContainer, JavaClassGenerator javaGen) throws ClassNotFoundException, ConfigException(Code)(Java Doc) public ConfigException error(String msg)(Code)(Java Doc) public RuntimeException error(Exception e)(Code)(Java Doc) protected ApiMethod findFirstCreateMethod(ApiClass cl) throws ConfigException(Code)(Java Doc) public static ApiMethod findMethod(MethodSignature sig, ApiClass cl, String intf)(Code)(Java Doc) public static ApiMethod findMethod(ArrayList<ApiMethod> methods, ApiMethod method)(Code)(Java Doc) Class findMissingException(ApiMethod method, Class[] exn) throws ConfigException(Code)(Java Doc) public void generate(JavaClassGenerator javaGen, boolean isAutoCompile) throws Exception(Code)(Java Doc) public String getAroundInvokeMethodName()(Code)(Java Doc) public ArrayList<String> getBeanDependList()(Code)(Java Doc) public ClassLoader getClassLoader()(Code)(Java Doc) public static String getClassName(Class cl)(Code)(Java Doc) public EjbConfig getConfig()(Code)(Java Doc) public ArrayList<PersistentDependency> getDependList()(Code)(Java Doc) public Class getEJBClass()(Code)(Java Doc) public String getEJBClassName()(Code)(Java Doc) public ApiClass getEJBClassWrapper()(Code)(Java Doc) public String getEJBFullClassName()(Code)(Java Doc) public String getEJBKind()(Code)(Java Doc) public String getEJBModuleName()(Code)(Java Doc) public String getEJBName()(Code)(Java Doc) public EjbContainer getEjbContainer()(Code)(Java Doc) public String getFilename()(Code)(Java Doc) public String getFullImplName()(Code)(Java Doc) public static String getFullMethodName(ApiMethod method)(Code)(Java Doc) public static String getFullMethodName(String methodName, Class[] params)(Code)(Java Doc) public ContainerProgram getInitProgram()(Code)(Java Doc) public Interceptor getInterceptor(String interceptorClassName)(Code)(Java Doc) public ArrayList<Interceptor> getInterceptors()(Code)(Java Doc) public ArrayList<Interceptor> getInvokeInterceptors(String methodName)(Code)(Java Doc) public int getLine()(Code)(Java Doc) public ApiClass getLocalHome()(Code)(Java Doc) public ArrayList<ApiClass> getLocalList()(Code)(Java Doc) public String getLocation()(Code)(Java Doc) public String getMappedName()(Code)(Java Doc) public ApiMethod getMethod(String methodName, Class[] paramTypes)(Code)(Java Doc) public static ApiMethod getMethod(ApiClass cl, ApiMethod sourceMethod)(Code)(Java Doc) public static ApiMethod getMethod(ArrayList<ApiClass> apiList, String name, Class[] param)(Code)(Java Doc) public static ApiMethod getMethod(ApiClass cl, String name, Class[] param)(Code)(Java Doc) public ArrayList<EjbMethodPattern> getMethodList()(Code)(Java Doc) public EjbMethodPattern getMethodPattern(ApiMethod method, String intf)(Code)(Java Doc) public static ArrayList<ApiMethod> getMethods(ArrayList<ApiClass> apiList)(Code)(Java Doc) public Class getRemoteClass()(Code)(Java Doc) public ApiClass getRemoteHome()(Code)(Java Doc) public Class getRemoteHomeClass()(Code)(Java Doc) public ArrayList<ApiClass> getRemoteList()(Code)(Java Doc) public RemoveMethod getRemoveMethod(Method method)(Code)(Java Doc) public ArrayList<RemoveMethod> getRemoveMethods()(Code)(Java Doc) public CallChain getSecurityChain(CallChain next, ApiMethod method, String prefix)(Code)(Java Doc) public ContainerProgram getServerProgram()(Code)(Java Doc) public static String getShortClassName(Class cl)(Code)(Java Doc) public String getSkeletonName()(Code)(Java Doc) public String getTimeoutMethodName()(Code)(Java Doc) public TransactionAttributeType getTransactionAttribute(ApiMethod method, String intf)(Code)(Java Doc) public CallChain getTransactionChain(CallChain next, ApiMethod apiMethod, ApiMethod implMethod, String prefix)(Code)(Java Doc) public long getTransactionTimeout()(Code)(Java Doc) public boolean hasException(ApiMethod method, Class exn) throws ConfigException(Code)(Java Doc) public void init() throws ConfigException(Code)(Java Doc) public void initIntrospect() throws ConfigException(Code)(Java Doc) protected void introspect()(Code)(Java Doc) protected void introspectBean(ApiClass type, String defaultName) throws ConfigException(Code)(Java Doc) protected EjbBaseMethod introspectEJBMethod(ApiMethod method) throws ConfigException(Code)(Java Doc) public boolean isAllowPOJO()(Code)(Java Doc) public boolean isCMP()(Code)(Java Doc) public boolean isCMP1()(Code)(Java Doc) public boolean isContainerTransaction()(Code)(Java Doc) public boolean isEJB3()(Code)(Java Doc) public static boolean isEquiv(ApiMethod oldMethod, ApiMethod method)(Code)(Java Doc) public static boolean isMatch(ApiMethod methodA, ApiMethod methodB)(Code)(Java Doc) public static boolean isMatch(ApiMethod method, String name, Class[] param)(Code)(Java Doc) protected Class loadClass(String className)(Code)(Java Doc) public void setAllowPOJO(boolean allowPOJO)(Code)(Java Doc) public void setAroundInvoke(AroundInvokeConfig aroundInvoke)(Code)(Java Doc) public void setAroundInvokeMethodName(String aroundInvokeMethodName)(Code)(Java Doc) public void setConfigLocation(String filename, int line)(Code)(Java Doc) public void setContainerTransaction(boolean isContainerTransaction)(Code)(Java Doc) public void setEJBClass(Class ejbClass) throws ConfigException(Code)(Java Doc) public void setEJBClassWrapper(ApiClass ejbClass) throws ConfigException(Code)(Java Doc) public void setEJBName(String ejbName)(Code)(Java Doc) public void setHome(Class homeClass) throws ConfigException(Code)(Java Doc) public void setInit(ContainerProgram init)(Code)(Java Doc) public void setLocal(Class local) throws ConfigException(Code)(Java Doc) public void setLocalHome(Class localHomeClass) throws ConfigException(Code)(Java Doc) public void setLocalHomeWrapper(ApiClass localHome) throws ConfigException(Code)(Java Doc) public void setLocalWrapper(ApiClass local) throws ConfigException(Code)(Java Doc) public void setLocation(String location)(Code)(Java Doc) public void setMappedName(String mappedName)(Code)(Java Doc) public void setRemote(Class remote) throws ConfigException(Code)(Java Doc) public void setRemoteHomeWrapper(ApiClass remoteHome) throws ConfigException(Code)(Java Doc) public void setRemoteWrapper(ApiClass remote) throws ConfigException(Code)(Java Doc) public void setSecurityIdentity(EjbSecurityIdentity securityIdentity)(Code)(Java Doc) public void setTransactionTimeout(Period timeout)(Code)(Java Doc) public String toString()(Code)(Java Doc) public void validateException(ApiMethod method, Class e) throws ConfigException(Code)(Java Doc) public void validateExceptions(ApiMethod method, Class[] exn) throws ConfigException(Code)(Java Doc) public void validateExceptions(ApiMethod caller, ApiMethod callee) throws ConfigException(Code)(Java Doc) protected void validateImplMethod(ApiMethod method) throws ConfigException(Code)(Java Doc) protected ApiMethod validateMethod(String methodName, Class[] param) throws ConfigException(Code)(Java Doc) protected ApiMethod validateMethod(String methodName, Class[] param, ApiMethod sourceMethod, ApiClass sourceClass) throws ConfigException(Code)(Java Doc) protected ApiMethod validateMethod(String methodName, Class[] param, ApiMethod sourceMethod, ApiClass sourceClass, boolean isOptional) throws ConfigException(Code)(Java Doc) protected ApiMethod validateNonFinalMethod(String methodName, Class[] param, boolean isOptional) throws ConfigException(Code)(Java Doc) protected ApiMethod validateNonFinalMethod(String methodName, Class[] param) throws ConfigException(Code)(Java Doc) protected ApiMethod validateNonFinalMethod(String methodName, Class[] param, ApiMethod sourceMethod, ApiClass sourceClass) throws ConfigException(Code)(Java Doc) protected ApiMethod validateNonFinalMethod(String methodName, Class[] param, ApiMethod sourceMethod, ApiClass sourceClass, boolean isOptional) throws ConfigException(Code)(Java Doc) protected void validatePublicMethod(ApiMethod method) throws ConfigException(Code)(Java Doc) protected void validateRemote(ApiClass objectClass) throws ConfigException(Code)(Java Doc)
|
|
|