Package | Description |
---|---|
org.opennms.netmgt.config.tl1d | |
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.castor | |
org.opennms.netmgt.tl1d |
Modifier and Type | Method and Description |
---|---|
Tl1Element[] |
Tl1dConfiguration.getTl1Element()
Method getTl1Element.Returns the contents of the collection
in an Array.
|
Tl1Element |
Tl1dConfiguration.getTl1Element(int index)
Method getTl1Element.
|
Tl1Element |
Tl1dConfiguration.removeTl1ElementAt(int index)
Method removeTl1ElementAt.
|
static Tl1Element |
Tl1Element.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Tl1Element> |
Tl1dConfiguration.enumerateTl1Element()
Method enumerateTl1Element.
|
List<Tl1Element> |
Tl1dConfiguration.getTl1ElementCollection()
Method getTl1ElementCollection.Returns a reference to
'_tl1ElementList'.
|
Iterator<Tl1Element> |
Tl1dConfiguration.iterateTl1Element()
Method iterateTl1Element.
|
Modifier and Type | Method and Description |
---|---|
void |
Tl1dConfiguration.addTl1Element(int index,
Tl1Element vTl1Element) |
void |
Tl1dConfiguration.addTl1Element(Tl1Element vTl1Element) |
boolean |
Tl1dConfiguration.removeTl1Element(Tl1Element vTl1Element)
Method removeTl1Element.
|
void |
Tl1dConfiguration.setTl1Element(int index,
Tl1Element vTl1Element) |
void |
Tl1dConfiguration.setTl1Element(Tl1Element[] vTl1ElementArray) |
Modifier and Type | Method and Description |
---|---|
void |
Tl1dConfiguration.setTl1Element(List<Tl1Element> vTl1ElementList)
Sets the value of '_tl1ElementList' by copying the given
Vector.
|
void |
Tl1dConfiguration.setTl1ElementCollection(List<Tl1Element> tl1ElementList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Tl1Element> |
Tl1ConfigurationDao.getElements()
getElements
|
Modifier and Type | Method and Description |
---|---|
List<Tl1Element> |
DefaultTl1ConfigurationDao.getElements()
getElements
|
Constructor and Description |
---|
Tl1ClientImpl(BlockingQueue<Tl1AutonomousMessage> queue,
Tl1Element element)
Constructor for Tl1ClientImpl.
|
Copyright © 2017. All rights reserved.