Method¶
-
public abstract class
Method
extends Participant¶ Objects of this class are methods which are associated to a local or remote server. Within a server, each method has a unique name. This class is primarily intended as a superclass for local and remote method classes. This class manages the
Listener
andInformer
instances used to communicate between methods as well as a state pattern for activating them.- Author
jmoringe, swrede
Constructors¶
Method¶
-
protected
Method
(ParticipantCreateArgs<?> args)¶ Create a new Method object for the method named @a name.
- Parameters
args – Arguments used to create a method instances. The last scope fragment is assumed to be the method name.