|
||||||||||
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
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
LengthErrorException
public void enterTrace(byte[] data) throws InvalidRequestException, LengthErrorException
InvalidRequestException
LengthErrorException
public java.lang.String getResource()
public short getTraceIdentifier()
public boolean isException()
public void setException(boolean traceException)
public void setResource(java.lang.String resource)
public void setTraceIdentifier(short traceId)
traceId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |