Uses of Class
org.apache.sandesha2.storage.beans.RMBean

Packages that use RMBean
org.apache.sandesha2.storage.beans   
org.apache.sandesha2.storage.inmemory   
 

Uses of RMBean in org.apache.sandesha2.storage.beans
 

Subclasses of RMBean in org.apache.sandesha2.storage.beans
 class InvokerBean
          This bean is used at the receiving side (of both server and client) There is one object for each application message to be invoked.
 class RMDBean
          This bean is used at the receiving side (of both server and client) There is one entry for each sequence.
 class RMSBean
          This bean is used at the sending side (of both server and client) There is on object of this for each sequence.
 class RMSequenceBean
          This bean is used at the receiving side (of both server and client) There is one entry for each sequence.
 class SenderBean
          This bean is used at the sending side (of both server and client) There is one eatry for each message to be sent.
 

Methods in org.apache.sandesha2.storage.beans with parameters of type RMBean
 boolean SenderBean.match(RMBean matchInfo)
           
 boolean RMSequenceBean.match(RMBean matchInfo)
           
 boolean RMSBean.match(RMBean matchInfo)
           
 boolean RMDBean.match(RMBean matchInfo)
           
abstract  boolean RMBean.match(RMBean matchInfo)
          Check to see if this bean matches the match criteria passed in as matchInfo.
 boolean InvokerBean.match(RMBean matchInfo)
           
 

Uses of RMBean in org.apache.sandesha2.storage.inmemory
 

Methods in org.apache.sandesha2.storage.inmemory with parameters of type RMBean
 void InMemoryTransaction.enlist(RMBean bean)
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.