|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents an abstraction layer for native communications with a DRM.
Method Summary | |
void |
connect(java.lang.String initializationString)
This method establishes a connection with the underlying DRM. |
void |
disconnect()
This method disconnects from the underlying DRM. |
void |
submitJob(java.lang.String skeleton,
java.lang.String jobId)
This method submits a job to the underlying DRM |
Method Detail |
public void connect(java.lang.String initializationString) throws DRMException
initializationString
- An implementation specific initialization string
DRMException
- thrown when an error occurs connecting to the DRMpublic void submitJob(java.lang.String skeleton, java.lang.String jobId) throws DRMException
skeleton
- the job native compute peerjobId
- the JGrid id of the job
DRMException
- thrown when there's an error submitting the job to the DRMpublic void disconnect() throws DRMException
DRMException
- thrown when there is an error disconnecting from the DRM
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |