Package com.tietoenator.trip.jxp.grid
Class TdbGridHostList
- java.lang.Object
-
- All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink
,java.lang.Iterable<TdbControlObject>
,java.util.Collection<TdbControlObject>
,java.util.List<TdbControlObject>
public class TdbGridHostList extends TdbControlObjectList
Retrieves a list of physical TRIP hosts that are taking part in the grid
-
-
Constructor Summary
Constructors Constructor Description TdbGridHostList(TdbSession session)
Constructor, retrieve a list of hosts that are publishing at least one database to the grid
-
Method Summary
-
Methods inherited from class com.tietoenator.trip.jxp.control.TdbControlObjectList
contains, contains, refresh, transform
-
Methods inherited from class com.tietoenator.trip.jxp.TdbMessageProvidingList
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
-
Methods inherited from class com.tietoenator.trip.jxp.TdbMessageProvider
codeList, getLastCode, getLastMessage, hasMessages, messageList, resetMessages
-
Methods inherited from class com.tietoenator.trip.jxp.session.TdbSessionObject
cancel, getSession, isCancelable, setCancelable
-
-
-
-
Constructor Detail
-
TdbGridHostList
public TdbGridHostList(TdbSession session) throws TdbException
Constructor, retrieve a list of hosts that are publishing at least one database to the grid- Parameters:
session
- Active session, must be a grid session- Throws:
TdbException
-
-