|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.jhu.cnds.FrugalTest.FrugalClient
A sample client designed to demonstrate the Frugal package for Jini.
| Constructor Summary | |
FrugalClient()
The constructor sets a security manager and starts the process of Jini discovery. |
|
| Method Summary | |
void |
discarded(net.jini.discovery.DiscoveryEvent evt)
Called when a lookup service registar is discarded. |
void |
discovered(net.jini.discovery.DiscoveryEvent evt)
Called when lookup services are discovered. |
static void |
main(java.lang.String[] argv)
Invoked to start the demonstration. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public FrugalClient()
| Method Detail |
public static void main(java.lang.String[] argv)
argv - List of argument strings, presumably null.public void discovered(net.jini.discovery.DiscoveryEvent evt)
evt - A DiscoveryEvent describing the service(s) found.public void discarded(net.jini.discovery.DiscoveryEvent evt)
evt - A DiscoveryEvent describing the discarded registrars.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||