public class POPConnectorDirect extends POPConnector
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OD_SERVICE_PORT |
descriptor, jobManager, network, nodes| Constructor and Description |
|---|
POPConnectorDirect() |
| Modifier and Type | Method and Description |
|---|---|
int |
createObject(POPAccessPoint localservice,
java.lang.String objname,
ObjectDescription od,
int howmany,
POPAccessPoint[] objcontacts,
int howmany2,
POPAccessPoint[] remotejobcontacts)
Protocol specific createObject
|
getDescriptor, isEmpty, sizepublic static final java.lang.String OD_SERVICE_PORT
public 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[])