|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wiley.posa3.partialacquisition.FetchNEComponents
The FetchNEComponents class contains the main logic for retrieving the details of the components of the network element. It implements the Request interface, so that it can be scheduled by the Scheduler.
| Constructor Summary | |
FetchNEComponents(java.lang.String neId)
Constructor. |
|
| Method Summary | |
void |
call()
Method that is invoked by the scheduler and does the actual work. |
boolean |
canRun()
Method that is invoked by the scheduler to see if the request can be executed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FetchNEComponents(java.lang.String neId)
neId - the Id of the Network element whose components need to
be fetched.| Method Detail |
public void call()
call in interface Requestpublic boolean canRun()
canRun in interface Request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||