public class ReplicationChannelSet extends de.uniks.networkparser.list.SimpleSet<ReplicationChannel>
| Modifier and Type | Field and Description |
|---|---|
static ReplicationChannelSet |
EMPTY_SET |
| Constructor and Description |
|---|
ReplicationChannelSet() |
ReplicationChannelSet(java.util.Collection<ReplicationChannel> objects) |
ReplicationChannelSet(ReplicationChannel... objects) |
| Modifier and Type | Method and Description |
|---|---|
ReplicationChannelPO |
filterReplicationChannelPO() |
ReplicationChannelSet |
filterSocket(java.net.Socket value)
Loop through the current set of ReplicationChannel objects and collect those ReplicationChannel objects where the socket attribute matches the parameter value.
|
ReplicationChannelSet |
filterTargetNodeId(java.lang.String value)
Loop through the current set of ReplicationChannel objects and collect those ReplicationChannel objects where the targetNodeId attribute matches the parameter value.
|
ReplicationChannelSet |
filterTargetNodeId(java.lang.String lower,
java.lang.String upper)
Loop through the current set of ReplicationChannel objects and collect those ReplicationChannel objects where the targetNodeId attribute is between lower and upper.
|
java.lang.String |
getEntryType() |
SharedSpaceSet |
getSharedSpace() |
SocketSet |
getSocket() |
de.uniks.networkparser.list.StringList |
getTargetNodeId() |
ReplicationChannelPO |
hasReplicationChannelPO() |
ReplicationChannelSet |
hasSharedSpace(java.lang.Object value) |
ReplicationChannelSet |
hasSocket(java.net.Socket value) |
ReplicationChannelSet |
hasTargetNodeId(java.lang.String value) |
ReplicationChannelSet |
hasTargetNodeId(java.lang.String lower,
java.lang.String upper) |
ReplicationChannelSet |
with(java.lang.Object value) |
ReplicationChannelSet |
without(ReplicationChannel value) |
ReplicationChannelSet |
withSharedSpace(SharedSpace value) |
ReplicationChannelSet |
withSocket(java.net.Socket value) |
ReplicationChannelSet |
withTargetNodeId(java.lang.String value) |
add, add, addAll, addAll, clone, filter, fireProperty, getNewList, instanceOf, intersection, minus, remove, remove, set, subList, toString, toString, union, with, withListenerceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final ReplicationChannelSet EMPTY_SET
public ReplicationChannelSet()
public ReplicationChannelSet(ReplicationChannel... objects)
public ReplicationChannelSet(java.util.Collection<ReplicationChannel> objects)
public ReplicationChannelPO hasReplicationChannelPO()
public ReplicationChannelSet with(java.lang.Object value)
public ReplicationChannelSet without(ReplicationChannel value)
public SocketSet getSocket()
public ReplicationChannelSet hasSocket(java.net.Socket value)
public ReplicationChannelSet withSocket(java.net.Socket value)
public de.uniks.networkparser.list.StringList getTargetNodeId()
public ReplicationChannelSet hasTargetNodeId(java.lang.String value)
public ReplicationChannelSet hasTargetNodeId(java.lang.String lower, java.lang.String upper)
public ReplicationChannelSet withTargetNodeId(java.lang.String value)
public SharedSpaceSet getSharedSpace()
public ReplicationChannelSet hasSharedSpace(java.lang.Object value)
public ReplicationChannelSet withSharedSpace(SharedSpace value)
public ReplicationChannelPO filterReplicationChannelPO()
public java.lang.String getEntryType()
public ReplicationChannelSet filterSocket(java.net.Socket value)
value - Search valuepublic ReplicationChannelSet filterTargetNodeId(java.lang.String value)
value - Search valuepublic ReplicationChannelSet filterTargetNodeId(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper bound