|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PendingCurationException | |
---|---|
org.biomoby.client | The components used for developing Moby clients. |
org.biomoby.shared | It contains components that are used from more than one (other) packages. |
Uses of PendingCurationException in org.biomoby.client |
---|
Methods in org.biomoby.client that throw PendingCurationException | |
---|---|
void |
CentralImpl.registerDataType(MobyDataType dataType)
|
void |
CentralImpl.registerNamespace(MobyNamespace namespace)
|
void |
CentralImpl.registerService(MobyService service)
|
void |
CentralImpl.registerServiceType(MobyServiceType serviceType)
|
void |
CentralImpl.unregisterDataType(MobyDataType dataType)
B |
void |
CentralImpl.unregisterNamespace(MobyNamespace namespace)
|
void |
CentralImpl.unregisterService(MobyService service)
|
void |
CentralImpl.unregisterServiceType(MobyServiceType serviceType)
|
Uses of PendingCurationException in org.biomoby.shared |
---|
Methods in org.biomoby.shared that throw PendingCurationException | |
---|---|
void |
Central.registerDataType(MobyDataType dataType)
Register new data type. |
void |
Central.registerNamespace(MobyNamespace namespace)
Register new namespace. |
void |
Central.registerService(MobyService service)
Register a new service. |
void |
Central.registerServiceType(MobyServiceType serviceType)
Register new service type. |
void |
Central.unregisterDataType(MobyDataType dataType)
Unregister given Moby data type. |
void |
Central.unregisterNamespace(MobyNamespace namespace)
Unregister given Moby namespace. |
void |
Central.unregisterService(MobyService service)
Unregister given Moby service. |
void |
Central.unregisterServiceType(MobyServiceType serviceType)
Unregister given Moby service type. |
|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |