|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.cics.server.API | +--com.ibm.cics.server.Resource | +--com.ibm.cics.server.RemotableResource | +--com.ibm.cics.server.StartRequest
This class provides the Java equivalent to EXEC CICS START command.
Constructor Summary | |
StartRequest()
|
Method Summary | |
void |
cancel()
Not Implemented. |
byte[] |
getID()
Return the ID that uniquely identifies the start request. |
java.lang.String |
getIDAsString()
Return the ID that uniquely identifies the start request. |
byte[] |
getQueueName()
Return the queue name for the start request. |
java.lang.String |
getQueueNameAsString()
Return the queue name for the start request. |
java.lang.String |
getRTerminal()
Not Implemented. |
java.lang.String |
getRTransaction()
Not Implemented. |
java.lang.String |
getTerminal()
Not Implemented. |
java.util.Calendar |
getTime()
Not Implemented. |
boolean |
isChecked()
Is the start request checked? |
void |
isChecked(boolean checked)
Is the start request checked? |
boolean |
isProtected()
Is the start request protected? |
void |
issue()
Not Implemented. |
void |
issue(byte[] data)
Not Implemented. |
void |
setID(byte[] newId)
Set the ID that uniquely identifies the start request. |
void |
setIDFromString(java.lang.String newId)
Not Implemented. |
void |
setProtected(boolean prot)
Is the start request protected? |
void |
setQueueName(byte[] newQueueName)
Not Implemented. |
void |
setQueueNameFromString(java.lang.String newQueueName)
Not Implemented. |
void |
setRTerminal(java.lang.String rTerminal)
Not Implemented. |
void |
setRTransaction(java.lang.String rTransaction)
Not Implemented. |
void |
setTerminal(java.lang.String newTerminal)
Set the terminal upon which to start the request. |
void |
setTime(java.util.Calendar newTime)
Not Implemented. |
Methods inherited from class com.ibm.cics.server.RemotableResource |
getSysId,
setSysId |
Methods inherited from class com.ibm.cics.server.Resource |
getDescription,
getName,
setDescription,
setName |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public StartRequest()
Method Detail |
public void cancel() throws InvalidRequestException, ISCInvalidRequestException, NotAuthorisedException, RecordNotFoundException, InvalidSystemIdException
public byte[] getID()
public java.lang.String getIDAsString()
public byte[] getQueueName()
public java.lang.String getQueueNameAsString()
public java.lang.String getRTerminal()
public java.lang.String getRTransaction()
public java.lang.String getTerminal()
public java.util.Calendar getTime()
public boolean isChecked()
public boolean isProtected()
public void issue() throws InvalidRequestException, ISCInvalidRequestException, IOErrorException, LengthErrorException, NotAuthorisedException, InvalidSystemIdException, TerminalException, InvalidTransactionIdException
public void issue(byte[] data) throws InvalidRequestException, ISCInvalidRequestException, IOErrorException, LengthErrorException, NotAuthorisedException, InvalidSystemIdException, TerminalException, InvalidTransactionIdException
public void setID(byte[] newId)
newId
- The ID in the form of a byte array.public void setIDFromString(java.lang.String newId)
newId
- The ID in the form of a String.public void setQueueName(byte[] newQueueName)
newQueueName
- The queue name in the form of a byte array.public void setQueueNameFromString(java.lang.String newQueueName)
newQueueName
- The queue name in the form of a String.public void setRTerminal(java.lang.String rTerminal)
public void setRTransaction(java.lang.String rTransaction)
public void setTerminal(java.lang.String newTerminal)
newTerminal
- The terminal to start the transaction against.public void setTime(java.util.Calendar newTime)
public void isChecked(boolean checked)
checked
- true if the request is to be checked.public void setProtected(boolean prot)
prot
- true if the request is to be protected.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |