|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl.BgpRouterImpl
be.ac.ulg.montefiore.run.totem.domain.model.impl.BgpRouterImpl
public class BgpRouterImpl
Implementation of the representation of a BGP router.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl.BgpRouterImpl |
---|
BgpRouterImpl.NeighborsTypeImpl, BgpRouterImpl.NetworksTypeImpl, BgpRouterImpl.Unmarshaller |
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.domain.model.jaxb.BgpRouter |
---|
BgpRouter.NeighborsType, BgpRouter.NetworksType |
Field Summary |
---|
Fields inherited from class be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl.BgpRouterImpl |
---|
_Id, _Neighbors, _Networks, _Reflector, _Rid, has_Reflector, version |
Constructor Summary | |
---|---|
BgpRouterImpl()
|
Method Summary | |
---|---|
java.util.List<BgpNeighbor> |
getAllNeighbors()
Returns the list of this router's neighbors. |
java.util.List<BgpNetwork> |
getAllNetworks()
Returns the list of networks that are advertised by this router. |
Methods inherited from class be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl.BgpRouterImpl |
---|
createRawValidator, createUnmarshaller, getId, getNeighbors, getNetworks, getPrimaryInterface, getRid, isReflector, isSetId, isSetNeighbors, isSetNetworks, isSetReflector, isSetRid, serializeAttributes, serializeBody, serializeURIs, setId, setNeighbors, setNetworks, setReflector, setRid, unsetId, unsetNeighbors, unsetNetworks, unsetReflector, unsetRid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface be.ac.ulg.montefiore.run.totem.domain.model.BgpRouter |
---|
getId, getRid |
Constructor Detail |
---|
public BgpRouterImpl()
Method Detail |
---|
public java.util.List<BgpNetwork> getAllNetworks()
public java.util.List<BgpNeighbor> getAllNeighbors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |