|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--solar.Planet
A service platform for Solar, which contains an overlay of Planets.
Field Summary | |
private static org.apache.log4j.Logger |
_log
|
Constructor Summary | |
Planet()
|
Method Summary | |
static void |
configLogger(org.apache.log4j.Logger log,
serp.util.Options opts)
|
void |
handleMulticastEvent(Event evt)
Handle received multicast events. |
static void |
main(java.lang.String[] args)
|
void |
nameAdded(Name name,
NameRecord rec)
Handle event about the addition of a name. |
void |
nameMigrated(Name name,
NameRecord oldrec,
NameRecord newrec)
Handle event about the migration of a name (named resource). |
void |
nameRemoved(Name name,
NameRecord rec)
Handle event about the removal of a name. |
void |
nameUpdated(Name oldName,
NameRecord oldrec,
Name newName,
NameRecord newrec)
Handle event about the change of a name. |
void |
run(serp.util.Options opts)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static org.apache.log4j.Logger _log
Constructor Detail |
public Planet()
Method Detail |
public void handleMulticastEvent(Event evt)
MulticastMember
handleMulticastEvent
in interface MulticastMember
public void nameAdded(Name name, NameRecord rec)
DirectoryListener
nameAdded
in interface DirectoryListener
public void nameRemoved(Name name, NameRecord rec)
DirectoryListener
nameRemoved
in interface DirectoryListener
public void nameUpdated(Name oldName, NameRecord oldrec, Name newName, NameRecord newrec)
DirectoryListener
nameUpdated
in interface DirectoryListener
public void nameMigrated(Name name, NameRecord oldrec, NameRecord newrec)
DirectoryListener
nameMigrated
in interface DirectoryListener
public void run(serp.util.Options opts) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static void configLogger(org.apache.log4j.Logger log, serp.util.Options opts)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |