|
||||||||
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.AttachInitiator
This class contains the main interfaces that are used to facilitate APPC programming.
Constructor Summary | |
AttachInitiator()
Not Implemented. |
Method Summary | |
java.lang.String |
getProcess()
Not Implemented. |
java.lang.String |
getProfile()
Not Implemented. |
boolean |
getQueue()
Not Implemented. |
SyncLevel |
getSyncLevel()
Not Implemented. |
java.lang.String |
getSysid()
Not Implemented. |
Conversation |
initiate()
Not Implemented. |
Conversation |
initiate(byte[] pipdata)
Not Implemented. |
void |
setProcess(java.lang.String process)
Not Implemented. |
void |
setProfile(java.lang.String profile)
Not Implemented. |
void |
setQueue(boolean queue)
Not Implemented. |
void |
setSyncLevel(SyncLevel syncLevel)
Not Implemented. |
void |
setSysId(java.lang.String sysId)
Not Implemented. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AttachInitiator()
Method Detail |
public java.lang.String getProcess()
public java.lang.String getProfile()
public boolean getQueue()
public SyncLevel getSyncLevel()
public java.lang.String getSysid()
public Conversation initiate() throws InvalidSystemIdException, InvalidRequestException, LengthErrorException, NotAuthorisedException, NotAllocatedException, SystemBusyException
public Conversation initiate(byte[] pipdata) throws InvalidSystemIdException, InvalidRequestException, LengthErrorException, NotAuthorisedException, NotAllocatedException, SystemBusyException
public void setProcess(java.lang.String process)
public void setProfile(java.lang.String profile)
public void setQueue(boolean queue)
public void setSyncLevel(SyncLevel syncLevel)
public void setSysId(java.lang.String sysId) throws InvalidSystemIdException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |