Uses of Class
org.objectweb.jotm.btp.roles.Actor

Packages that use Actor
org.objectweb.jotm.btp.roles   
org.objectweb.jotm.btp.samples   
org.objectweb.jotm.btp.tm   
 

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

Subclasses of Actor in org.objectweb.jotm.btp.roles
 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.
 

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

Subclasses of Actor in org.objectweb.jotm.btp.samples
 class SampleWebService
           
 

Uses of Actor in org.objectweb.jotm.btp.tm
 

Constructors in org.objectweb.jotm.btp.tm with parameters of type Actor
SOAPResource(BtpMessage msg, Actor from)