Package | Description |
---|---|
org.dcm4che3.net |
Classes related to the network communications between systems.
|
Modifier and Type | Field and Description |
---|---|
private State |
Association.state |
Modifier and Type | Method and Description |
---|---|
State |
Association.getState() |
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
Association.enterState(State newState) |
private void |
Association.startTimeout(String startMsg,
String expiredMsg,
String cancelMsg,
int timeout,
State state) |
(package private) void |
Association.waitForEntering(State state) |
(package private) void |
Association.waitForLeaving(State state) |
Constructor and Description |
---|
AssociationStateException(State state) |
Copyright © 2017 dcm4che.org. All rights reserved.