com.ibm.cics.server
Class ConversationPrincipalFacility

java.lang.Object
  extended bycom.ibm.cics.server.API
      extended bycom.ibm.cics.server.Conversation
          extended bycom.ibm.cics.server.ConversationPrincipalFacility

public class ConversationPrincipalFacility
extends Conversation


Method Summary
 java.lang.String getNetName()
          Return the NETNAME.
 byte[] getPipData()
          Return the PIP data as an array of bytes.
 java.lang.String getPrinSysId()
          Return the PRINSYSID.
 java.lang.String getProcess()
          Return the process name.
 java.lang.String getUserId()
          Return the USERID.
 
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()
Return the NETNAME.


getPipData

public byte[] getPipData()
Return the PIP data as an array of bytes.


getPrinSysId

public java.lang.String getPrinSysId()
Return the PRINSYSID.


getProcess

public java.lang.String getProcess()
Return the process name.


getUserId

public java.lang.String getUserId()
Return the USERID.