|
| static boost::optional< OF_SHARED_PTR< modelgbp::span::LocalEpFromEpRTgt > > | resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| | Retrieve an instance of LocalEpFromEpRTgt from the managed object store.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::span::LocalEpFromEpRTgt > > | resolve (const opflex::modb::URI &uri) |
| | Retrieve an instance of LocalEpFromEpRTgt from the managed object store using the default framework instance.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::span::LocalEpFromEpRTgt > > | resolve (opflex::ofcore::OFFramework &framework, const std::string &eprL2EpContext, const opflex::modb::MAC &eprL2EpMac, const std::string &spanLocalEpFromEpRTgtSource) |
| | Retrieve an instance of LocalEpFromEpRTgt from the managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::span::LocalEpFromEpRTgt > > | resolve (const std::string &eprL2EpContext, const opflex::modb::MAC &eprL2EpMac, const std::string &spanLocalEpFromEpRTgtSource) |
| | Retrieve an instance of LocalEpFromEpRTgt from the default managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::span::LocalEpFromEpRTgt > > | resolve (opflex::ofcore::OFFramework &framework, const std::string &eprL3EpContext, const std::string &eprL3EpIp, const std::string &spanLocalEpFromEpRTgtSource) |
| | Retrieve an instance of LocalEpFromEpRTgt from the managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::span::LocalEpFromEpRTgt > > | resolve (const std::string &eprL3EpContext, const std::string &eprL3EpIp, const std::string &spanLocalEpFromEpRTgtSource) |
| | Retrieve an instance of LocalEpFromEpRTgt from the default managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static void | remove (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| | Remove the LocalEpFromEpRTgt object with the specified URI using the currently-active mutator.
|
| |
| static void | remove (const opflex::modb::URI &uri) |
| | Remove the LocalEpFromEpRTgt object with the specified URI using the currently-active mutator and the default framework instance.
|
| |
| static void | remove (opflex::ofcore::OFFramework &framework, const std::string &eprL2EpContext, const opflex::modb::MAC &eprL2EpMac, const std::string &spanLocalEpFromEpRTgtSource) |
| | Remove the LocalEpFromEpRTgt object with the specified path elements from the managed object store.
|
| |
| static void | remove (const std::string &eprL2EpContext, const opflex::modb::MAC &eprL2EpMac, const std::string &spanLocalEpFromEpRTgtSource) |
| | Remove the LocalEpFromEpRTgt object with the specified path elements from the managed object store using the default framework instance.
|
| |
| static void | remove (opflex::ofcore::OFFramework &framework, const std::string &eprL3EpContext, const std::string &eprL3EpIp, const std::string &spanLocalEpFromEpRTgtSource) |
| | Remove the LocalEpFromEpRTgt object with the specified path elements from the managed object store.
|
| |
| static void | remove (const std::string &eprL3EpContext, const std::string &eprL3EpIp, const std::string &spanLocalEpFromEpRTgtSource) |
| | Remove the LocalEpFromEpRTgt object with the specified path elements from the managed object store using the default framework instance.
|
| |
| static void | registerListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
| | Register a listener that will get called for changes related to this class.
|
| |
| static void | registerListener (opflex::modb::ObjectListener *listener) |
| | Register a listener that will get called for changes related to this class with the default framework instance.
|
| |
| static void | unregisterListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
| | Unregister a listener from updates to this class.
|
| |
| static void | unregisterListener (opflex::modb::ObjectListener *listener) |
| | Unregister a listener from updates to this class from the default framework instance.
|
| |
| void modelgbp::span::LocalEpFromEpRTgt::remove |
( |
| ) |
|
|
inline |
Remove this instance using the currently-active mutator.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
- Exceptions
-
| std::logic_error | if no mutator is active |
References CLASS_ID, and resolve().
Referenced by remove(), remove(), and remove().
| static void modelgbp::span::LocalEpFromEpRTgt::remove |
( |
const std::string & | eprL2EpContext, |
|
|
const opflex::modb::MAC & | eprL2EpMac, |
|
|
const std::string & | spanLocalEpFromEpRTgtSource ) |
|
inlinestatic |
Remove the LocalEpFromEpRTgt object with the specified path elements from the managed object store using the default framework instance.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EprL2Universe/EprL2Ep/[eprL2EpContext]/[eprL2EpMac]/SpanLocalEpFromEpRTgt/[spanLocalEpFromEpRTgtSource]
- Parameters
-
| eprL2EpContext | the value of eprL2EpContext, a naming property for L2Ep |
| eprL2EpMac | the value of eprL2EpMac, a naming property for L2Ep |
| spanLocalEpFromEpRTgtSource | the value of spanLocalEpFromEpRTgtSource, a naming property for LocalEpFromEpRTgt |
- Exceptions
-
| std::logic_error | if no mutator is active |
References remove(), and resolve().
| static void modelgbp::span::LocalEpFromEpRTgt::remove |
( |
const std::string & | eprL3EpContext, |
|
|
const std::string & | eprL3EpIp, |
|
|
const std::string & | spanLocalEpFromEpRTgtSource ) |
|
inlinestatic |
Remove the LocalEpFromEpRTgt object with the specified path elements from the managed object store using the default framework instance.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EprL3Universe/EprL3Ep/[eprL3EpContext]/[eprL3EpIp]/SpanLocalEpFromEpRTgt/[spanLocalEpFromEpRTgtSource]
- Parameters
-
| eprL3EpContext | the value of eprL3EpContext, a naming property for L3Ep |
| eprL3EpIp | the value of eprL3EpIp, a naming property for L3Ep |
| spanLocalEpFromEpRTgtSource | the value of spanLocalEpFromEpRTgtSource, a naming property for LocalEpFromEpRTgt |
- Exceptions
-
| std::logic_error | if no mutator is active |
References remove(), and resolve().
| static void modelgbp::span::LocalEpFromEpRTgt::remove |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | eprL2EpContext, |
|
|
const opflex::modb::MAC & | eprL2EpMac, |
|
|
const std::string & | spanLocalEpFromEpRTgtSource ) |
|
inlinestatic |
Remove the LocalEpFromEpRTgt object with the specified path elements from the managed object store.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EprL2Universe/EprL2Ep/[eprL2EpContext]/[eprL2EpMac]/SpanLocalEpFromEpRTgt/[spanLocalEpFromEpRTgtSource]
- Parameters
-
| framework | the framework instance to use |
| eprL2EpContext | the value of eprL2EpContext, a naming property for L2Ep |
| eprL2EpMac | the value of eprL2EpMac, a naming property for L2Ep |
| spanLocalEpFromEpRTgtSource | the value of spanLocalEpFromEpRTgtSource, a naming property for LocalEpFromEpRTgt |
- Exceptions
-
| std::logic_error | if no mutator is active |
References CLASS_ID, and resolve().
| static void modelgbp::span::LocalEpFromEpRTgt::remove |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | eprL3EpContext, |
|
|
const std::string & | eprL3EpIp, |
|
|
const std::string & | spanLocalEpFromEpRTgtSource ) |
|
inlinestatic |
Remove the LocalEpFromEpRTgt object with the specified path elements from the managed object store.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EprL3Universe/EprL3Ep/[eprL3EpContext]/[eprL3EpIp]/SpanLocalEpFromEpRTgt/[spanLocalEpFromEpRTgtSource]
- Parameters
-
| framework | the framework instance to use |
| eprL3EpContext | the value of eprL3EpContext, a naming property for L3Ep |
| eprL3EpIp | the value of eprL3EpIp, a naming property for L3Ep |
| spanLocalEpFromEpRTgtSource | the value of spanLocalEpFromEpRTgtSource, a naming property for LocalEpFromEpRTgt |
- Exceptions
-
| std::logic_error | if no mutator is active |
References CLASS_ID, and resolve().
| static boost::optional< OF_SHARED_PTR< modelgbp::span::LocalEpFromEpRTgt > > modelgbp::span::LocalEpFromEpRTgt::resolve |
( |
const std::string & | eprL2EpContext, |
|
|
const opflex::modb::MAC & | eprL2EpMac, |
|
|
const std::string & | spanLocalEpFromEpRTgtSource ) |
|
inlinestatic |
Retrieve an instance of LocalEpFromEpRTgt from the default managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /EprL2Universe/EprL2Ep/[eprL2EpContext]/[eprL2EpMac]/SpanLocalEpFromEpRTgt/[spanLocalEpFromEpRTgtSource]
- Parameters
-
| eprL2EpContext | the value of eprL2EpContext, a naming property for L2Ep |
| eprL2EpMac | the value of eprL2EpMac, a naming property for L2Ep |
| spanLocalEpFromEpRTgtSource | the value of spanLocalEpFromEpRTgtSource, a naming property for LocalEpFromEpRTgt |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
| static boost::optional< OF_SHARED_PTR< modelgbp::span::LocalEpFromEpRTgt > > modelgbp::span::LocalEpFromEpRTgt::resolve |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const opflex::modb::URI & | uri ) |
|
inlinestatic |
Retrieve an instance of LocalEpFromEpRTgt from the managed object store.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
- Parameters
-
| framework | the framework instance to use |
| uri | the URI of the object to retrieve |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References CLASS_ID, and resolve().
Referenced by getRole(), getRole(), getSource(), getSource(), getType(), getType(), isRoleSet(), isSourceSet(), isTypeSet(), registerListener(), registerListener(), remove(), remove(), remove(), remove(), remove(), remove(), remove(), resolve(), resolve(), resolve(), resolve(), resolve(), resolve(), modelgbp::epr::L2Ep::resolveSpanLocalEpFromEpRTgt(), modelgbp::epr::L3Ep::resolveSpanLocalEpFromEpRTgt(), setRole(), setSource(), setType(), unregisterListener(), unregisterListener(), unsetRole(), unsetSource(), and unsetType().
| static boost::optional< OF_SHARED_PTR< modelgbp::span::LocalEpFromEpRTgt > > modelgbp::span::LocalEpFromEpRTgt::resolve |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | eprL2EpContext, |
|
|
const opflex::modb::MAC & | eprL2EpMac, |
|
|
const std::string & | spanLocalEpFromEpRTgtSource ) |
|
inlinestatic |
Retrieve an instance of LocalEpFromEpRTgt from the managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /EprL2Universe/EprL2Ep/[eprL2EpContext]/[eprL2EpMac]/SpanLocalEpFromEpRTgt/[spanLocalEpFromEpRTgtSource]
- Parameters
-
| framework | the framework instance to use |
| eprL2EpContext | the value of eprL2EpContext, a naming property for L2Ep |
| eprL2EpMac | the value of eprL2EpMac, a naming property for L2Ep |
| spanLocalEpFromEpRTgtSource | the value of spanLocalEpFromEpRTgtSource, a naming property for LocalEpFromEpRTgt |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
| static boost::optional< OF_SHARED_PTR< modelgbp::span::LocalEpFromEpRTgt > > modelgbp::span::LocalEpFromEpRTgt::resolve |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | eprL3EpContext, |
|
|
const std::string & | eprL3EpIp, |
|
|
const std::string & | spanLocalEpFromEpRTgtSource ) |
|
inlinestatic |
Retrieve an instance of LocalEpFromEpRTgt from the managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /EprL3Universe/EprL3Ep/[eprL3EpContext]/[eprL3EpIp]/SpanLocalEpFromEpRTgt/[spanLocalEpFromEpRTgtSource]
- Parameters
-
| framework | the framework instance to use |
| eprL3EpContext | the value of eprL3EpContext, a naming property for L3Ep |
| eprL3EpIp | the value of eprL3EpIp, a naming property for L3Ep |
| spanLocalEpFromEpRTgtSource | the value of spanLocalEpFromEpRTgtSource, a naming property for LocalEpFromEpRTgt |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().