|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.exec.generated.ManagedJobFactoryResourceProperties
| Field Summary | |
private Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private String |
condorArchitecture
|
private String |
condorOS
|
private EndpointReferenceType |
delegationFactoryEndpoint
|
private String |
globusLocation
|
private org.globus.mds.glue.GLUECERPType |
GLUECE
|
private org.globus.mds.glue.GLUECERPType |
GLUECESummary
|
private String |
hostCPUType
|
private String |
hostManufacturer
|
private String |
hostOSName
|
private String |
hostOSVersion
|
private String |
localResourceManager
|
private String |
scratchBaseDirectory
|
private org.globus.mds.usefulrp.types.ServiceMetaData |
serviceMetaDataInfo
|
private EndpointReferenceType |
stagingDelegationFactoryEndpoint
|
private static TypeDesc |
typeDesc
|
| Constructor Summary | |
ManagedJobFactoryResourceProperties()
|
|
ManagedJobFactoryResourceProperties(org.globus.mds.glue.GLUECERPType GLUECE,
org.globus.mds.glue.GLUECERPType GLUECESummary,
String condorArchitecture,
String condorOS,
EndpointReferenceType delegationFactoryEndpoint,
String globusLocation,
String hostCPUType,
String hostManufacturer,
String hostOSName,
String hostOSVersion,
String localResourceManager,
String scratchBaseDirectory,
org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo,
EndpointReferenceType stagingDelegationFactoryEndpoint)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getCondorArchitecture()
Gets the condorArchitecture value for this ManagedJobFactoryResourceProperties. |
String |
getCondorOS()
Gets the condorOS value for this ManagedJobFactoryResourceProperties. |
EndpointReferenceType |
getDelegationFactoryEndpoint()
Gets the delegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getGlobusLocation()
Gets the globusLocation value for this ManagedJobFactoryResourceProperties. |
org.globus.mds.glue.GLUECERPType |
getGLUECE()
Gets the GLUECE value for this ManagedJobFactoryResourceProperties. |
org.globus.mds.glue.GLUECERPType |
getGLUECESummary()
Gets the GLUECESummary value for this ManagedJobFactoryResourceProperties. |
String |
getHostCPUType()
Gets the hostCPUType value for this ManagedJobFactoryResourceProperties. |
String |
getHostManufacturer()
Gets the hostManufacturer value for this ManagedJobFactoryResourceProperties. |
String |
getHostOSName()
Gets the hostOSName value for this ManagedJobFactoryResourceProperties. |
String |
getHostOSVersion()
Gets the hostOSVersion value for this ManagedJobFactoryResourceProperties. |
String |
getLocalResourceManager()
Gets the localResourceManager value for this ManagedJobFactoryResourceProperties. |
String |
getScratchBaseDirectory()
Gets the scratchBaseDirectory value for this ManagedJobFactoryResourceProperties. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
org.globus.mds.usefulrp.types.ServiceMetaData |
getServiceMetaDataInfo()
Gets the serviceMetaDataInfo value for this ManagedJobFactoryResourceProperties. |
EndpointReferenceType |
getStagingDelegationFactoryEndpoint()
Gets the stagingDelegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties. |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCondorArchitecture(String condorArchitecture)
Sets the condorArchitecture value for this ManagedJobFactoryResourceProperties. |
void |
setCondorOS(String condorOS)
Sets the condorOS value for this ManagedJobFactoryResourceProperties. |
void |
setDelegationFactoryEndpoint(EndpointReferenceType delegationFactoryEndpoint)
Sets the delegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties. |
void |
setGlobusLocation(String globusLocation)
Sets the globusLocation value for this ManagedJobFactoryResourceProperties. |
void |
setGLUECE(org.globus.mds.glue.GLUECERPType GLUECE)
Sets the GLUECE value for this ManagedJobFactoryResourceProperties. |
void |
setGLUECESummary(org.globus.mds.glue.GLUECERPType GLUECESummary)
Sets the GLUECESummary value for this ManagedJobFactoryResourceProperties. |
void |
setHostCPUType(String hostCPUType)
Sets the hostCPUType value for this ManagedJobFactoryResourceProperties. |
void |
setHostManufacturer(String hostManufacturer)
Sets the hostManufacturer value for this ManagedJobFactoryResourceProperties. |
void |
setHostOSName(String hostOSName)
Sets the hostOSName value for this ManagedJobFactoryResourceProperties. |
void |
setHostOSVersion(String hostOSVersion)
Sets the hostOSVersion value for this ManagedJobFactoryResourceProperties. |
void |
setLocalResourceManager(String localResourceManager)
Sets the localResourceManager value for this ManagedJobFactoryResourceProperties. |
void |
setScratchBaseDirectory(String scratchBaseDirectory)
Sets the scratchBaseDirectory value for this ManagedJobFactoryResourceProperties. |
void |
setServiceMetaDataInfo(org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo)
Sets the serviceMetaDataInfo value for this ManagedJobFactoryResourceProperties. |
void |
setStagingDelegationFactoryEndpoint(EndpointReferenceType stagingDelegationFactoryEndpoint)
Sets the stagingDelegationFactoryEndpoint value for this ManagedJobFactoryResourceProperties. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private String localResourceManager
private String globusLocation
private String hostCPUType
private String hostManufacturer
private String hostOSName
private String hostOSVersion
private String scratchBaseDirectory
private EndpointReferenceType delegationFactoryEndpoint
private EndpointReferenceType stagingDelegationFactoryEndpoint
private String condorArchitecture
private String condorOS
private org.globus.mds.glue.GLUECERPType GLUECE
private org.globus.mds.glue.GLUECERPType GLUECESummary
private org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo
private Object __equalsCalc
private boolean __hashCodeCalc
private static TypeDesc typeDesc
| Constructor Detail |
public ManagedJobFactoryResourceProperties()
public ManagedJobFactoryResourceProperties(org.globus.mds.glue.GLUECERPType GLUECE,
org.globus.mds.glue.GLUECERPType GLUECESummary,
String condorArchitecture,
String condorOS,
EndpointReferenceType delegationFactoryEndpoint,
String globusLocation,
String hostCPUType,
String hostManufacturer,
String hostOSName,
String hostOSVersion,
String localResourceManager,
String scratchBaseDirectory,
org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo,
EndpointReferenceType stagingDelegationFactoryEndpoint)
| Method Detail |
public String getLocalResourceManager()
public void setLocalResourceManager(String localResourceManager)
localResourceManager - public String getGlobusLocation()
public void setGlobusLocation(String globusLocation)
globusLocation - public String getHostCPUType()
public void setHostCPUType(String hostCPUType)
hostCPUType - public String getHostManufacturer()
public void setHostManufacturer(String hostManufacturer)
hostManufacturer - public String getHostOSName()
public void setHostOSName(String hostOSName)
hostOSName - public String getHostOSVersion()
public void setHostOSVersion(String hostOSVersion)
hostOSVersion - public String getScratchBaseDirectory()
public void setScratchBaseDirectory(String scratchBaseDirectory)
scratchBaseDirectory - public EndpointReferenceType getDelegationFactoryEndpoint()
public void setDelegationFactoryEndpoint(EndpointReferenceType delegationFactoryEndpoint)
delegationFactoryEndpoint - public EndpointReferenceType getStagingDelegationFactoryEndpoint()
public void setStagingDelegationFactoryEndpoint(EndpointReferenceType stagingDelegationFactoryEndpoint)
stagingDelegationFactoryEndpoint - public String getCondorArchitecture()
public void setCondorArchitecture(String condorArchitecture)
condorArchitecture - public String getCondorOS()
public void setCondorOS(String condorOS)
condorOS - public org.globus.mds.glue.GLUECERPType getGLUECE()
public void setGLUECE(org.globus.mds.glue.GLUECERPType GLUECE)
GLUECE - public org.globus.mds.glue.GLUECERPType getGLUECESummary()
public void setGLUECESummary(org.globus.mds.glue.GLUECERPType GLUECESummary)
GLUECESummary - public org.globus.mds.usefulrp.types.ServiceMetaData getServiceMetaDataInfo()
public void setServiceMetaDataInfo(org.globus.mds.usefulrp.types.ServiceMetaData serviceMetaDataInfo)
serviceMetaDataInfo - public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||