|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkApplicationEntity | |
---|---|
org.dcm4che2.net |
Uses of NetworkApplicationEntity in org.dcm4che2.net |
---|
Methods in org.dcm4che2.net that return NetworkApplicationEntity | |
---|---|
NetworkApplicationEntity[] |
Device.getNetworkApplicationEntity()
Get all of the NetworkApplicationEntity objects that this
device is known by. |
NetworkApplicationEntity |
Device.getNetworkApplicationEntity(java.lang.String aet)
Get a specific NetworkApplicationEntity object by it's AE
title. |
Methods in org.dcm4che2.net with parameters of type NetworkApplicationEntity | |
---|---|
Association |
NetworkApplicationEntity.connect(NetworkApplicationEntity remoteAE,
java.util.concurrent.Executor executor)
Open a connection to the remote AE, using the passed in threading model. |
Association |
NetworkApplicationEntity.connect(NetworkApplicationEntity remoteAE,
java.util.concurrent.Executor executor,
boolean forceNew)
Open a connection to the remote AE, using the passed in threading model. |
Association |
NetworkApplicationEntity.connect(UserIdentity userIdentity,
NetworkApplicationEntity remoteAE,
java.util.concurrent.Executor executor)
Open a connection to the remote AE, using the passed in user identity Negotiation will be performed. |
Association |
NetworkApplicationEntity.connect(UserIdentity userIdentity,
NetworkApplicationEntity remoteAE,
java.util.concurrent.Executor executor,
boolean forceNew)
Open a connection to the remote AE, using the passed in user identity and threading model. |
protected AAssociateRQ |
NetworkApplicationEntity.makeAAssociateRQ(UserIdentity userIdentity,
NetworkApplicationEntity remoteAE)
|
static Association |
Association.request(java.net.Socket socket,
NetworkConnection connector,
NetworkApplicationEntity ae,
UserIdentity userIdentity)
|
void |
Device.setNetworkApplicationEntity(NetworkApplicationEntity networkAE)
Set the NetworkApplicationEntity object that this device
is known by. |
void |
Device.setNetworkApplicationEntity(NetworkApplicationEntity[] networkAE)
Set all of the NetworkApplicationEntity objects that this
device is known by. |
Constructors in org.dcm4che2.net with parameters of type NetworkApplicationEntity | |
---|---|
AssociationAcceptEvent(NetworkApplicationEntity ae,
Association a)
|
|
AssociationCloseEvent(NetworkApplicationEntity ae,
Association a)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |