public class POPConnectorTFC extends POPConnector implements POPConnectorSearchNodeInterface
descriptor, jobManager, network, nodes| Constructor and Description |
|---|
POPConnectorTFC() |
| 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
|
java.util.List<TFCResource> |
getObjects(java.lang.String tfcObject,
java.security.cert.Certificate cert) |
boolean |
registerObject(TFCResource resource) |
void |
unregisterObject(TFCResource resource) |
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 unregisterObject(TFCResource resource)
public boolean registerObject(TFCResource resource)
public java.util.List<TFCResource> getObjects(java.lang.String tfcObject, java.security.cert.Certificate cert)
public void askResourcesDiscoveryAction(SNRequest request, POPAccessPoint sender, SNExploration oldExplorationList)
askResourcesDiscoveryAction in interface POPConnectorSearchNodeInterfacepublic boolean broadcastPresence()
broadcastPresence in interface POPConnectorSearchNodeInterface