org.apache.openejb.assembler.classic
Class MessageDrivenBeanInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.EnterpriseBeanInfo
          extended by org.apache.openejb.assembler.classic.MessageDrivenBeanInfo
All Implemented Interfaces:
Serializable

public class MessageDrivenBeanInfo
extends EnterpriseBeanInfo

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $
See Also:
Serialized Form

Field Summary
 Map<String,String> activationProperties
           
 String destinationId
           
 String mdbInterface
           
 
Fields inherited from class org.apache.openejb.assembler.classic.EnterpriseBeanInfo
aroundInvoke, businessLocal, businessRemote, codebase, containerId, description, displayName, ejbClass, ejbDeploymentId, ejbName, ENTITY, home, jndiEnc, jndiNames, jndiNamess, largeIcon, local, localHome, MESSAGE, postConstruct, preDestroy, remote, runAs, securityRoleReferences, serviceEndpoint, smallIcon, STATEFUL, STATELESS, timeoutMethod, transactionType, type
 
Constructor Summary
MessageDrivenBeanInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mdbInterface

public String mdbInterface

destinationId

public String destinationId

activationProperties

public final Map<String,String> activationProperties
Constructor Detail

MessageDrivenBeanInfo

public MessageDrivenBeanInfo()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.