|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SAGApi.Services.SnF
| Method Summary | |
|---|---|
java.lang.String |
checkSnFStatus()
Checks SnF status for the SnF session which is from the last acquire. |
java.lang.String |
checkSnFStatus(java.lang.String snfSession)
Checks SnF status for the specified SnF session. |
java.lang.String |
getSnFAcceptStatus()
Gets SnF accept status. |
java.lang.String |
getSnFRef()
Gets the SnF reference. |
java.lang.String |
getSnFRefType()
Gets the SnF type. |
java.lang.String |
getSnFSessionId()
Gets the SnF session ID. |
void |
snfAck()
Acks the previously-pulled message. |
void |
snfAcquire()
Acquires SnF queue and opens a SnF session. |
void |
snfFetch()
Fetches the file from SnF central server. |
void |
snfPull()
Pulls the next message from queue. |
void |
snfRelease()
Releases SnF queue and closes the SnF session. |
| Method Detail |
|---|
java.lang.String getSnFSessionId()
String - Returns the SnF session ID.
java.lang.String getSnFRef()
String - Returns the SnF reference.
java.lang.String getSnFRefType()
String - Returns the SnF type.
java.lang.String getSnFAcceptStatus()
String - Returns SnF accept status.
void snfAcquire()
throws SAGApplicationException
SAGApplicationException - upon error.
void snfRelease()
throws SAGApplicationException
SAGApplicationException - upon error.
void snfAck()
throws SAGApplicationException
SAGApplicationException - upon error.
void snfPull()
throws SAGApplicationException
SAGApplicationException - upon error.
void snfFetch()
throws SAGApplicationException
SAGApplicationException - upon error.
java.lang.String checkSnFStatus(java.lang.String snfSession)
throws SAGApplicationException
snfSession - SnF session Id.
String - Returns SnF status.
SAGApplicationException - upon error.
java.lang.String checkSnFStatus()
throws SAGApplicationException
String - Returns SnF status.
SAGApplicationException - upon error.
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||