|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SCU
Base SCU. Recommended usage:
createAssociationRequest()associate()release()
| Method Summary | |
|---|---|
void |
abort(int source,
int reason)
|
void |
addSCUProgressListener(SCUProgressListener scuProgressListener)
adds a listener that can be informed of SCU message exchanges |
AssociationResult |
associate()
executes an A-ASSOCIATE message exchange. |
AssociationResult |
associate(AssociationRequest associationRequest)
executes an A-ASSOCIATE message exchange. |
void |
cancel(boolean graceful)
Cancels the current and future SCU message exchanges. |
AssociationRequest |
createAssociationRequest()
scans the input (if appropriate) and prepares a request that can be sent during association setup |
javax.net.SocketFactory |
getSocketFactory()
|
boolean |
isCancelled()
has this SCU been cancelled ? |
void |
release()
executes an A-RELEASE message exchange |
void |
removeSCUProgressListener(SCUProgressListener scuProgressListener)
removes a registered progress listener |
void |
setSocketFactory(javax.net.SocketFactory socketFactory)
|
| Method Detail |
|---|
AssociationRequest createAssociationRequest()
throws SCUException
SCUException
AssociationResult associate()
throws SCUException,
java.io.IOException
createAssociationRequest() has been executed first.
SCUException
java.io.IOException
AssociationResult associate(AssociationRequest associationRequest)
throws SCUException,
java.io.IOException
createAssociationRequest() has been executed first.
SCUException
java.io.IOException
void release()
throws SCUException,
java.io.IOException
SCUException
java.io.IOExceptionvoid cancel(boolean graceful)
graceful - if true, the SCU will be cancelled after the current operation
and will release the association properly;
if false, the current operation will be interrupted
and the association will be aborted without a proper message exchangeboolean isCancelled()
cancel(boolean)void addSCUProgressListener(SCUProgressListener scuProgressListener)
scuProgressListener - the listenervoid removeSCUProgressListener(SCUProgressListener scuProgressListener)
scuProgressListener - the listener
void abort(int source,
int reason)
throws java.io.IOException,
SCUException
java.io.IOException
SCUExceptionjavax.net.SocketFactory getSocketFactory()
void setSocketFactory(javax.net.SocketFactory socketFactory)
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||