Class ibm.aglets.patterns.Registrant
All Packages Class Hierarchy This Package Previous Next Index
Class ibm.aglets.patterns.Registrant
java.lang.Object
|
+----aglet.Aglet
|
+----aglet.a4compatibility.OldAglet
|
+----ibm.aglets.patterns.Registrant
- public class Registrant
- extends OldAglet
This class is an abstract base class for registrant aglets (those which
can be registrated in a Registry aglet).
- See Also:
- Registry
-
Registrant()
-
-
getName()
- Returns the symbolic name
-
onArrival()
-
-
onDisposing()
- Is called when an attempt is made to dispose of the aglet.
-
setName(String)
- Sets a symbolic name
Registrant
public Registrant()
setName
protected void setName(String name)
- Sets a symbolic name
getName
protected String getName()
- Returns the symbolic name
onArrival
public synchronized void onArrival()
- Overrides:
- onArrival in class OldAglet
onDisposing
public synchronized void onDisposing()
- Is called when an attempt is made to dispose of the aglet.
- Overrides:
- onDisposing in class Aglet
All Packages Class Hierarchy This Package Previous Next Index