|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassOfServiceNotFoundException | |
---|---|
be.ac.ulg.montefiore.run.totem.domain.model | This package holds the model for the domain package. |
be.ac.ulg.montefiore.run.totem.domain.model.impl | This package holds classes which are the implementation of the model for the
domain package. |
Uses of ClassOfServiceNotFoundException in be.ac.ulg.montefiore.run.totem.domain.model |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.model that throw ClassOfServiceNotFoundException | |
---|---|
void |
Lsp.addAcceptedClassOfService(java.lang.String name)
Add a class of service to the list of accepted classes of service. |
java.util.List<java.lang.String> |
Domain.getSubClasses(java.lang.String classname)
Returns a list of defined sub-classes for the specified class. |
void |
Lsp.removeAcceptedClassOfService(java.lang.String name)
Remove a class of service to the list of accepted classes of service. |
void |
Domain.removeClassOfService(java.lang.String name)
Remove a class of service from the domain. |
Uses of ClassOfServiceNotFoundException in be.ac.ulg.montefiore.run.totem.domain.model.impl |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that throw ClassOfServiceNotFoundException | |
---|---|
void |
LspImpl.addAcceptedClassOfService(java.lang.String name)
|
java.util.List<java.lang.String> |
DomainImpl.getSubClasses(java.lang.String classname)
|
void |
LspImpl.removeAcceptedClassOfService(java.lang.String name)
|
void |
DomainImpl.removeClassOfService(java.lang.String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |