Uses of Interface
org.objectweb.jotm.btp.roles.BtpResource

Packages that use BtpResource
org.objectweb.jotm.btp.roles   
org.objectweb.jotm.btp.samples   
 

Uses of BtpResource in org.objectweb.jotm.btp.roles
 

Classes in org.objectweb.jotm.btp.roles that implement BtpResource
 class Decider
          Decider object is a Superior object which is not an Inferior.
 class Inferior
           
 class Node
          Node object is an Inferior which is also a Superior.
 class Participant
          A Participant is an Inferior.
 class Superior
          Superior object is the top level of the Superior tree.
 

Methods in org.objectweb.jotm.btp.roles that return BtpResource
protected  BtpResource Inferior.getResource(String transactionid)
           
 

Methods in org.objectweb.jotm.btp.roles with parameters of type BtpResource
 void Inferior.registerResource(String transactionid, BtpResource r)
           
 

Uses of BtpResource in org.objectweb.jotm.btp.samples
 

Classes in org.objectweb.jotm.btp.samples that implement BtpResource
 class SampleWebService