|
Sun Adapter Common API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationConnection
This interface represents an EIS connection handle for the Application Connection.
Method Summary | |
---|---|
void |
close()
Closes the application connection handle. |
java.lang.Object |
createApplication(java.lang.String appName)
Creates an Application from the Application Connection. |
OutputHandler |
createOutputHandler()
Creates an OutputHandler for "sending" data to the EIS. |
Method Detail |
---|
void close() throws ApplicationConnectionException
ApplicationConnectionException
- upon error.java.lang.Object createApplication(java.lang.String appName) throws ApplicationException
appName
- The name of the application to create.
ApplicationException
- upon error.OutputHandler createOutputHandler() throws ApplicationException
ApplicationException
- upon error.
|
Sun Adapter Common API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |