|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceEntry | |
---|---|
org.optimizationservices.oscommon.localinterface | |
org.optimizationservices.oscommon.representationparser | |
org.optimizationservices.oscommon.util |
Uses of ServiceEntry in org.optimizationservices.oscommon.localinterface |
---|
Fields in org.optimizationservices.oscommon.localinterface declared as ServiceEntry | |
---|---|
ServiceEntry[] |
OSRegistry.service
service holds an array of registered services in the os registry. |
Methods in org.optimizationservices.oscommon.localinterface that return ServiceEntry | |
---|---|
ServiceEntry |
OSRegistry.getService(java.lang.String serviceURI)
Get an OSRegistry service. |
ServiceEntry[] |
OSRegistry.getServices()
Get the OSRegistry services. |
Methods in org.optimizationservices.oscommon.localinterface with parameters of type ServiceEntry | |
---|---|
boolean |
OSRegistry.addService(ServiceEntry service)
Add an OSRegistry service. |
boolean |
OSRegistry.setServices(ServiceEntry[] services)
Set the OSRegistry services. |
Uses of ServiceEntry in org.optimizationservices.oscommon.representationparser |
---|
Methods in org.optimizationservices.oscommon.representationparser that return ServiceEntry | |
---|---|
ServiceEntry |
OSRegistryReader.getService(java.lang.String serviceURI)
Get an OSRegistry service. |
ServiceEntry[] |
OSRegistryReader.getServices()
Get the OSRegistry services. |
Methods in org.optimizationservices.oscommon.representationparser with parameters of type ServiceEntry | |
---|---|
boolean |
OSRegistryWriter.addService(ServiceEntry service)
Add an OSRegistry service. |
boolean |
OSRegistryWriter.setServices(ServiceEntry[] services)
Set the OSRegistry services. |
Uses of ServiceEntry in org.optimizationservices.oscommon.util |
---|
Fields in org.optimizationservices.oscommon.util with type parameters of type ServiceEntry | |
---|---|
static java.util.Hashtable<java.lang.String,ServiceEntry> |
DefaultRegistry.serviceHashTable
serviceHashTable holds a hash table of registered services. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |