public interface CfmMepService
| Modifier and Type | Method and Description |
|---|---|
void |
abortLoopback(MdId mdName,
MaIdShort maName,
MepId mepId)
Abort a
Loopback session on the named Mep. |
boolean |
createMep(MdId mdName,
MaIdShort maName,
Mep mep)
Create a named
Mep on an MA. |
boolean |
deleteMep(MdId mdName,
MaIdShort maName,
MepId mepId)
Delete a named
Mep belonging to an MA. |
java.util.Collection<MepEntry> |
getAllMeps(MdId mdName,
MaIdShort maName)
Retrieve all
MepEntry(s) belonging to an MA. |
MepEntry |
getMep(MdId mdName,
MaIdShort maName,
MepId mepId)
Retrieve a named
MepEntry belonging to an MA. |
void |
transmitLinktrace(MdId mdName,
MaIdShort maName,
MepId mepId,
MepLtCreate ltCreate)
Create a
Linktrace session on the named Mep. |
void |
transmitLoopback(MdId mdName,
MaIdShort maName,
MepId mepId,
MepLbCreate lbCreate)
Create a
Loopback session on the named Mep. |
java.util.Collection<MepEntry> getAllMeps(MdId mdName, MaIdShort maName) throws CfmConfigException
MepEntry(s) belonging to an MA.mdName - A Maintenance DomainmaName - A Maintetance Association in the MDCfmConfigException - If there a problem with the MD or MAMepEntry getMep(MdId mdName, MaIdShort maName, MepId mepId) throws CfmConfigException
MepEntry belonging to an MA.mdName - A Maintenance DomainmaName - A Maintetance Association in the MDmepId - A Mep IdCfmConfigException - If there a problem with the MD, MA or MEPboolean deleteMep(MdId mdName, MaIdShort maName, MepId mepId) throws CfmConfigException
Mep belonging to an MA.mdName - A Maintenance DomainmaName - A Maintetance Association in the MDmepId - A Mep IdCfmConfigException - If there a problem with the MD or MAboolean createMep(MdId mdName, MaIdShort maName, Mep mep) throws CfmConfigException
Mep on an MA.mdName - A Maintenance DomainmaName - A Maintetance Association in the MDmep - A Mep objectCfmConfigException - If there a problem with the MD, MA or MEPvoid transmitLoopback(MdId mdName, MaIdShort maName, MepId mepId, MepLbCreate lbCreate) throws CfmConfigException
Loopback session on the named Mep.mdName - A Maintenance DomainmaName - A Maintetance Association in the MDmepId - A Mep IdlbCreate - The Loopback session detailsCfmConfigException - If there a problem with the MD, MA or MEPvoid abortLoopback(MdId mdName, MaIdShort maName, MepId mepId) throws CfmConfigException
Loopback session on the named Mep.mdName - A Maintenance DomainmaName - A Maintetance Association in the MDmepId - A Mep IdCfmConfigException - If there a problem with the MD, MA or MEPvoid transmitLinktrace(MdId mdName, MaIdShort maName, MepId mepId, MepLtCreate ltCreate) throws CfmConfigException
Linktrace session on the named Mep.mdName - A Maintenance DomainmaName - A Maintetance Association in the MDmepId - A Mep IdltCreate - The Linktrace session detailsCfmConfigException - If there a problem with the MD, MA or MEP