|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.archimed.dicom.network.Response
com.archimed.dicom.network.Abort
public class Abort
represents an abort message. The two relevant parameters are the source and the reason of the abort.
| Field Summary | |
|---|---|
static int |
DICOM_UL_SERVICE_PROVIDER
|
static int |
DICOM_UL_SERVICE_USER
|
static int |
INVALID_PDU_PARAMETER_VALUE
|
static int |
REASON_NOT_SPECIFIED
|
static int |
UNEXPECTED_PDU
|
static int |
UNEXPECTED_PDU_PARAMETER
|
static int |
UNRECOGNIZED_PDU
|
static int |
UNRECOGNIZED_PDU_PARAMETER
|
| Fields inherited from interface com.archimed.dicom.network.ULServiceMessage |
|---|
ABORT, ASS_ACKNOWLEDGE, ASS_REJECT, ASS_REQUEST, DIMSE, REL_REQUEST, REL_RESPONSE |
| Constructor Summary | |
|---|---|
Abort(int source,
int reason)
creates a new Abort |
|
| Method Summary | |
|---|---|
int |
getMessageType()
returns the type of ULServiceMessage |
int |
getReason()
returns the reason of the Abort. |
int |
getSource()
returns the source of the Abort. |
int |
getType()
returns the type of this pdu |
java.lang.String |
toString()
returns a description of the source and reason of the abort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static int DICOM_UL_SERVICE_USER
public static int DICOM_UL_SERVICE_PROVIDER
public static int REASON_NOT_SPECIFIED
public static int UNRECOGNIZED_PDU
public static int UNEXPECTED_PDU
public static int UNRECOGNIZED_PDU_PARAMETER
public static int UNEXPECTED_PDU_PARAMETER
public static int INVALID_PDU_PARAMETER_VALUE
| Constructor Detail |
|---|
public Abort(int source,
int reason)
source - the source parameter:
reason - the reason parameter:
| Method Detail |
|---|
public int getType()
public int getMessageType()
getMessageType in interface ULServiceMessagepublic int getSource()
public int getReason()
public java.lang.String toString()
toString in class java.lang.Object
|
Trispark JDT 2.50.13 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||