|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.API
com.ibm.cics.server.EnterRequest
public class EnterRequest
This Bean provides the Java equivalent to the EXEC CICS ENTER command.
It defines the following properties:
Constructor Summary | |
---|---|
EnterRequest()
Construct an EnterRequest bean. |
Method Summary | |
---|---|
void |
enterTrace()
Perform a trace entry request |
void |
enterTrace(byte[] data)
Perform a trace entry request with supplied data |
java.lang.String |
getResource()
Return the Resource |
short |
getTraceIdentifier()
Return the TraceIdentifier |
boolean |
isException()
Is a trace entry to be produced on an exception if trace flags are off? |
void |
setException(boolean traceException)
Control whether trace entry is produced on exception if trace flags are off |
void |
setResource(java.lang.String resource)
Set the Resource. |
void |
setTraceIdentifier(short traceId)
Set the TraceIdentifier |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnterRequest()
Method Detail |
---|
public void enterTrace() throws InvalidRequestException, LengthErrorException
InvalidRequestException
- INVREQ
LengthErrorException
- LENGERRpublic void enterTrace(byte[] data) throws InvalidRequestException, LengthErrorException
data
- the trace data
InvalidRequestException
- INVREQ
LengthErrorException
- LENGERRpublic java.lang.String getResource()
public short getTraceIdentifier()
public boolean isException()
public void setException(boolean traceException)
traceException
- true means a trace entry will be produced on an exception if
trace flags are off, false means not.public void setResource(java.lang.String resource)
resource
- the Resourcepublic void setTraceIdentifier(short traceId)
traceId
- the trace identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |