|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.transport.endpoint.EndpointBindingCollection
public class EndpointBindingCollection
EndpointBindingCollection class.
| Nested Class Summary | |
|---|---|
static interface |
EndpointBindingCollection.EndpointBindingListener
|
| Constructor Summary | |
|---|---|
EndpointBindingCollection()
Constructor for EndpointBindingCollection. |
|
EndpointBindingCollection(List<EndpointBinding> bindings)
Constructor for EndpointBindingCollection. |
|
| Method Summary | |
|---|---|
void |
add(EndpointBinding binding)
add. |
void |
addListener(EndpointBindingCollection.EndpointBindingListener listener)
addListener. |
void |
clear()
clear. |
boolean |
contains(EndpointBinding binding)
contains. |
List<EndpointBinding> |
get(Endpoint endpointAddress)
get. |
List<EndpointBinding> |
get(EndpointServer endpointServer)
get. |
List<EndpointBinding> |
get(Endpoint endpointAddress,
Server serviceServer)
get. |
List<EndpointBinding> |
get(EndpointServer endpointServer,
Endpoint endpointAddress)
get. |
List<EndpointBinding> |
get(EndpointServer endpointServer,
Server serviceServer)
get. |
List<EndpointBinding> |
get(Server serviceServer)
get. |
List<EndpointBinding> |
get(String endpointUrl)
get. |
List<EndpointBinding> |
getAll()
getAll. |
EndpointBinding |
getDefault(String url)
getDefault. |
List<Endpoint> |
getEndpointAddresses()
getEndpointAddresses. |
static List<Endpoint> |
getEndpointAddresses(List<EndpointBinding> bindingList)
Get a list of endpoint addresses in an bindingList |
List<EndpointServer> |
getEndpointServers()
getEndpointServers. |
static List<EndpointServer> |
getEndpointServers(List<EndpointBinding> bindingList)
Get a list of endpoint servers in an bindingList |
List<Server> |
getServiceServers()
getServiceServers. |
static List<Server> |
getServiceServers(List<EndpointBinding> bindingList)
Get a list of service servers in an bindingList |
EndpointBinding |
getSingle(EndpointServer endpointServer,
Endpoint endpointAddress)
getSingle. |
boolean |
isEmpty()
isEmpty. |
void |
remove(EndpointBinding binding)
remove. |
void |
removeListener(EndpointBindingCollection.EndpointBindingListener listener)
removeListener. |
int |
size()
size. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EndpointBindingCollection()
Constructor for EndpointBindingCollection.
public EndpointBindingCollection(List<EndpointBinding> bindings)
Constructor for EndpointBindingCollection.
bindings - a List object.| Method Detail |
|---|
public void add(EndpointBinding binding)
add.
binding - a EndpointBinding object.public void remove(EndpointBinding binding)
remove.
binding - a EndpointBinding object.public boolean contains(EndpointBinding binding)
contains.
binding - a EndpointBinding object.
public boolean isEmpty()
isEmpty.
public int size()
size.
public EndpointBinding getDefault(String url)
getDefault.
url - a String object.
EndpointBinding object.public List<EndpointBinding> getAll()
getAll.
List object.public List<EndpointBinding> get(Endpoint endpointAddress)
get.
endpointAddress - a Endpoint object.
List object.public List<EndpointBinding> get(String endpointUrl)
get.
endpointUrl - a String object.
List object.public List<EndpointBinding> get(EndpointServer endpointServer)
get.
endpointServer - a EndpointServer object.
List object.public List<EndpointBinding> get(Server serviceServer)
get.
serviceServer - a Server object.
List object.
public List<EndpointBinding> get(EndpointServer endpointServer,
Endpoint endpointAddress)
get.
endpointServer - a EndpointServer object.endpointAddress - a Endpoint object.
List object.
public EndpointBinding getSingle(EndpointServer endpointServer,
Endpoint endpointAddress)
getSingle.
endpointServer - a EndpointServer object.endpointAddress - a Endpoint object.
EndpointBinding object.
public List<EndpointBinding> get(Endpoint endpointAddress,
Server serviceServer)
get.
endpointAddress - a Endpoint object.serviceServer - a Server object.
List object.
public List<EndpointBinding> get(EndpointServer endpointServer,
Server serviceServer)
get.
endpointServer - a EndpointServer object.serviceServer - a Server object.
List object.public List<Endpoint> getEndpointAddresses()
getEndpointAddresses.
List object.public List<Server> getServiceServers()
getServiceServers.
List object.public List<EndpointServer> getEndpointServers()
getEndpointServers.
List object.public static List<Server> getServiceServers(List<EndpointBinding> bindingList)
bindingList - a List object.
List object.public static List<EndpointServer> getEndpointServers(List<EndpointBinding> bindingList)
bindingList - a List object.
List object.public static List<Endpoint> getEndpointAddresses(List<EndpointBinding> bindingList)
bindingList - a List object.
List object.public void clear()
clear.
public void addListener(EndpointBindingCollection.EndpointBindingListener listener)
addListener.
listener - a EndpointBindingCollection.EndpointBindingListener object.public void removeListener(EndpointBindingCollection.EndpointBindingListener listener)
removeListener.
listener - a EndpointBindingCollection.EndpointBindingListener object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||