public class POPConnectorJobManager extends POPConnector implements POPConnectorSearchNodeInterface
descriptor, jobManager, network, nodes| Constructor and Description |
|---|
POPConnectorJobManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
askResourcesDiscoveryAction(SNRequest request,
POPAccessPoint sender,
SNExploration oldExplorationList) |
boolean |
broadcastPresence() |
int |
createObject(POPAccessPoint localservice,
java.lang.String objname,
ObjectDescription od,
int howmany,
POPAccessPoint[] objcontacts,
int howmany2,
POPAccessPoint[] remotejobcontacts)
Protocol specific createObject
|
getDescriptor, isEmpty, sizepublic int createObject(POPAccessPoint localservice, java.lang.String objname, ObjectDescription od, int howmany, POPAccessPoint[] objcontacts, int howmany2, POPAccessPoint[] remotejobcontacts)
POPConnectorcreateObject in class POPConnectorlocalservice - The AppService of the applicationobjname - Which object we have to createod - The OD of the requesthowmany - The size of objcontactsobjcontacts - How many instances we seekhowmany2 - number of remote access points (we think)remotejobcontacts - actual access points (we think)POPJavaJobManager.createObject(POPAccessPoint, String,
ObjectDescription, int, POPAccessPoint[], int, POPAccessPoint[])public void askResourcesDiscoveryAction(SNRequest request, POPAccessPoint sender, SNExploration oldExplorationList)
askResourcesDiscoveryAction in interface POPConnectorSearchNodeInterfacepublic boolean broadcastPresence()
broadcastPresence in interface POPConnectorSearchNodeInterface