com.ibm.cics.server
Class ConversationPrincipalFacility

java.lang.Object
  extended by com.ibm.cics.server.API
      extended by com.ibm.cics.server.Conversation
          extended by com.ibm.cics.server.ConversationPrincipalFacility

public class ConversationPrincipalFacility
extends Conversation

Since CICS TS version:
1.3
Since package version:
1.0

Method Summary
 java.lang.String getNetName()
           
 byte[] getPipData()
           
 java.lang.String getPrinSysId()
           
 java.lang.String getProcess()
           
 java.lang.String getUserId()
           
 
Methods inherited from class com.ibm.cics.server.Conversation
converse, converse, flush, free, getConvId, getDataComplete, getErrorCode, getErrorOccurred, getNoData, getSignalReceived, getState, getSyncLevel, issueAbend, issueConfirmation, issueError, issuePrepare, issueSignal, receive, receive, send, send, send
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNetName

public java.lang.String getNetName()
Returns:
the NETNAME.
Since CICS TS version:
1.3
Since package version:
1.0

getPipData

public byte[] getPipData()
Returns:
the PIP data as an array of bytes.
Since CICS TS version:
1.3
Since package version:
1.0

getPrinSysId

public java.lang.String getPrinSysId()
Returns:
the PRINSYSID.
Since CICS TS version:
1.3
Since package version:
1.0

getProcess

public java.lang.String getProcess()
Returns:
the process name.
Since CICS TS version:
1.3
Since package version:
1.0

getUserId

public java.lang.String getUserId()
Returns:
the USERID.
Since CICS TS version:
1.3
Since package version:
1.0