Modifier and Type | Field and Description |
---|---|
protected static ServiceProfile[] |
SCalleeProvidedService.profiles
Where the service profiles are stored.
|
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
SCalleeProvidedService.getServiceProfiles(String namespace,
String ontologyURI,
String[] path,
String editedURI)
Gives you the 4 typical service profiles of an editor service: Get, Add,
Change and Remove.
|
Constructor and Description |
---|
SCallee(ModuleContext context,
ServiceProfile[] realizedServices)
Default 2-argument constructor.
|
Modifier and Type | Field and Description |
---|---|
protected static ServiceProfile[] |
SCalleeProvidedService.profiles
Where the service profiles are stored.
|
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
SCalleeProvidedService.getServiceProfiles(String namespace,
String ontologyURI,
String[] path,
String editedURI)
Gives you the 4 typical service profiles of an editor service: Get, Add,
Change and Remove.
|
Constructor and Description |
---|
SCallee(ModuleContext context,
ServiceProfile[] realizedServices)
Default 2-argument constructor.
|
Modifier and Type | Field and Description |
---|---|
protected ServiceProfile[] |
ExporterSensorCallee.newProfiles |
protected ServiceProfile[] |
ExporterActuatorCallee.newProfiles |
protected ServiceProfile[] |
ExporterDimmerCallee.newProfiles |
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
ExporterActuatorCallee.getServiceProfiles(String namespace,
String ontologyURI,
Actuator actuator) |
static ServiceProfile[] |
ExporterDimmerCallee.getServiceProfiles(String namespace,
String ontologyURI,
Actuator actuator) |
static ServiceProfile[] |
ExporterSensorCallee.getServiceProfiles(String namespace,
String ontologyURI,
Sensor sensor) |
Constructor and Description |
---|
ExporterActuatorCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
ExporterDimmerCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
ExporterSensorCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
Modifier and Type | Field and Description |
---|---|
static ServiceProfile[] |
ProvidedContinuaHdpManagerService.profiles
Number of services our service callee is goint to offer
|
Modifier and Type | Field and Description |
---|---|
static ServiceProfile[] |
KnxServiceCalleeProvidedService.profiles |
Constructor and Description |
---|
ServiceProvider(ModuleContext context,
ServiceProfile[] realizedServices) |
Modifier and Type | Field and Description |
---|---|
protected ServiceProfile[] |
AbstractIntegerCallee.newProfiles |
protected ServiceProfile[] |
AbstractFloatCallee.newProfiles |
protected ServiceProfile[] |
AbstractStatusValueCallee.newProfiles |
Modifier and Type | Method and Description |
---|---|
static ServiceProfile |
AbstractIntegerCallee.getServiceProfileGET(String namespace,
Device instance) |
static ServiceProfile |
AbstractFloatCallee.getServiceProfileGET(String namespace,
Device instance) |
static ServiceProfile |
AbstractStatusValueCallee.getServiceProfileGET(String namespace,
Device instance) |
static ServiceProfile[] |
AbstractIntegerCallee.getServiceProfiles(String namespace,
Device instance)
Get the typical service profiles for a controller: GET/SET the has value
prop.
|
static ServiceProfile[] |
AbstractFloatCallee.getServiceProfiles(String namespace,
Device instance)
Get the typical service profiles for a controller: GET/SET the has value
prop.
|
static ServiceProfile[] |
AbstractStatusValueCallee.getServiceProfiles(String namespace,
Device instance)
Get the typical service profiles for a controller: GET/SET the has value
prop.
|
static ServiceProfile |
AbstractIntegerCallee.getServiceProfileSET(String namespace,
Device instance) |
static ServiceProfile |
AbstractFloatCallee.getServiceProfileSET(String namespace,
Device instance) |
static ServiceProfile |
AbstractStatusValueCallee.getServiceProfileSET(String namespace,
Device instance) |
Constructor and Description |
---|
AbstractCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
AbstractFloatCallee(ModuleContext context,
ServiceProfile[] realizedServices,
String namespace) |
AbstractIntegerCallee(ModuleContext context,
ServiceProfile[] realizedServices,
String namespace) |
AbstractStatusValueCallee(ModuleContext context,
ServiceProfile[] realizedServices,
String namespace) |
Modifier and Type | Method and Description |
---|---|
ServiceProfile[] |
ServiceCalleeWrapper.getProfiles() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceCalleeWrapper.setProfiles(ServiceProfile[] profiles) |
Constructor and Description |
---|
ServiceCalleeWrapper(ModuleContext context,
ServiceProfile[] realizedServices,
Object wrappedObject,
String namespace,
String serviceURI,
Map<String,Method> annotatedMethods,
Map<String,List<String>> annotatedOutputNames,
Map<String,List<Output>> annotatedOutputs,
Map<String,List<String>> annotatedMethodsParametersNames,
Map<String,List<Input>> annotatedMethodsParameters) |
Modifier and Type | Field and Description |
---|---|
LinkedList<ManifestTestCase.Element<ServiceProfile>> |
ManifestTestCase.serviceProfiles |
Modifier and Type | Method and Description |
---|---|
protected void |
ManifestTestCase.add(String title,
String description,
ServiceProfile profile) |
Modifier and Type | Method and Description |
---|---|
ServiceProfile[] |
ServiceCaller.getAllServices()
A method used to instantly retrieve all services available to this
caller.
|
ServiceProfile[] |
ServiceBus.getAllServices(String callerID)
A method used to retrieve the descriptions of all services advertised on
the service bus.
|
ServiceProfile[] |
ServiceCaller.getMatchingService(Service s)
A method used to retrieve a specified service, available to this
ServiceCaller . |
ServiceProfile[] |
ServiceCaller.getMatchingService(String serviceClassURI)
A method used to retrieve a specified service, available to this
ServiceCaller . |
ServiceProfile[] |
ServiceCaller.getMatchingService(String[] keywords)
A method used to retrieve a service available to this caller, that
matches the specified keywords.
|
ServiceProfile[] |
ServiceBus.getMatchingServices(String callerID,
Service template)
Get all service profiles that describe services that match the given
template in terms of "query by example".
|
ServiceProfile[] |
ServiceBus.getMatchingServices(String callerID,
String serviceClassURI)
Get all service profiles that describe services of the given service
class.
|
ServiceProfile[] |
ServiceBus.getMatchingServices(String callerID,
String[] keywords)
This version of the method accepts simple keyword-based queries about
registered services.
|
ServiceProfile |
ProfileExistsException.getProfile()
Gets the
ServiceProfile . |
Modifier and Type | Method and Description |
---|---|
HashMap<String,List<ServiceProfile>> |
ServiceBus.getMatchingServices(String serviceClassURI)
Get all service profiles that describe services of the given service
class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServiceCallee.addNewServiceProfiles(ServiceProfile[] realizedServices)
Registers additional services to be provided by this
ServiceCallee . |
protected void |
ServiceCallee.addNewServiceProfiles(ServiceProfile[] realizedServices,
boolean throwOnError)
Registers additional services to be provided by this
ServiceCallee . |
void |
ServiceBus.addNewServiceProfiles(String calleeID,
ServiceProfile[] realizedServices,
boolean throwOnDuplicateReg)
Registers (advertises) new services (by providing descriptions of them)
that will be provided by the ServiceCallee with the specified ID.
|
protected void |
ServiceCallee.removeMatchingProfiles(ServiceProfile[] realizedServices)
Removes a specified set of services that were previously provided by this
ServiceCallee . |
void |
ServiceBus.removeMatchingProfiles(String calleeID,
ServiceProfile[] realizedServices)
Removes specified service profiles that were previously registered by the
ServiceCalee with the specified ID.
|
Constructor and Description |
---|
ProfileExistsException(ServiceProfile profile,
int index) |
ServiceCallee(ModuleContext context,
ServiceProfile[] realizedServices)
The default constructor for this class.
|
ServiceCallee(ModuleContext context,
ServiceProfile[] realizedServices,
boolean throwOnError)
The default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
ServiceProfile[] |
ServiceStrategy.getAllServiceProfiles(String serviceURI)
This method returns all the globally registered Service Profiles for the
given service URI
|
ServiceProfile[] |
ServiceBusImpl.getAllServices(String callerID) |
ServiceProfile[] |
ServiceBusImpl.getMatchingServices(String callerID,
Service s) |
ServiceProfile[] |
ServiceBusImpl.getMatchingServices(String callerID,
String s) |
ServiceProfile[] |
ServiceBusImpl.getMatchingServices(String callerID,
String[] keywords) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,List<ServiceProfile>> |
ServiceStrategy.getAllServiceProfilesWithCalleeIDs(String serviceURI) |
HashMap<String,List<ServiceProfile>> |
ServiceBusImpl.getMatchingServices(String s) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceBusImpl.addNewServiceProfiles(String calleeID,
ServiceProfile[] realizedServices,
boolean throwOnDuplicateReg) |
static ServiceWrapper |
ServiceWrapper.create(ServiceProfile profile) |
void |
ServiceBusImpl.removeMatchingProfiles(String calleeID,
ServiceProfile[] realizedServices) |
Constructor and Description |
---|
ServiceProfileWrapper(ServiceProfile r) |
ServiceRealization(String theCallee,
ServiceProfile theProfile) |
Modifier and Type | Field and Description |
---|---|
protected ServiceProfile |
Service.myProfile |
Modifier and Type | Method and Description |
---|---|
static ServiceProfile |
InitialServiceDialog.createInitialDialogProfile(String serviceClassURI,
String vendor,
String description,
String startServiceURI)
Creates and returns an appropriate
ServiceProfile for an initial
dialog. |
static ServiceProfile |
UserInterfaceService.createServiceProfile(String serviceClassURI,
String vendor,
String description,
String startServiceURI)
Creates and returns an appropriate
ServiceProfile for a UI
service. |
protected static ServiceProfile |
UserInterfaceService.createServiceProfile(UserInterfaceService uis,
String serviceClassURI,
String vendor,
String description,
String startServiceURI)
Same method with different arguments.
|
ServiceProfile |
Service.getProfile() |
Modifier and Type | Method and Description |
---|---|
static ServiceProfile |
ServiceProfile.deserializeProfile(String turtleSP)
Returns the de-serialized profile
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteUAAL.provideS(ServiceProfile[] p,
ISListener l) |
Constructor and Description |
---|
ProxySCaller(ModuleContext context,
ServiceProfile[] profiles,
String proxiedBusMember)
Constructor.
|
Constructor and Description |
---|
ProxySCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
Constructor and Description |
---|
CalleeWrapper(ModuleContext context,
ServiceProfile[] realizedServices,
Callee r,
String t) |
Modifier and Type | Field and Description |
---|---|
static ServiceProfile[] |
ProvidedLightingService.profiles |
Modifier and Type | Field and Description |
---|---|
static ServiceProfile |
ServiceProvider.myProfile |
Constructor and Description |
---|
SCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
Constructor and Description |
---|
AnonServiceCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
AnonServiceCallee(ModuleContext context,
ServiceProfile[] realizedServices,
boolean throwOnError) |
Constructor and Description |
---|
AuthorisatorCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
Constructor and Description |
---|
DelegationServieCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
DelegationServieCallee(ModuleContext context,
ServiceProfile[] realizedServices,
boolean throwOnError) |
Constructor and Description |
---|
DigestServiceCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
DigestServiceCallee(ModuleContext context,
ServiceProfile[] realizedServices,
boolean throwOnError) |
EncryptionServiceCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
EncryptionServiceCallee(ModuleContext context,
ServiceProfile[] realizedServices,
boolean throwOnError) |
MultiDestinationCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
MultiDestinationCallee(ModuleContext context,
ServiceProfile[] realizedServices,
boolean throwOnError) |
SignVerifyCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
SignVerifyCallee(ModuleContext context,
ServiceProfile[] realizedServices,
boolean throwOnError) |
Modifier and Type | Field and Description |
---|---|
static ServiceProfile[] |
SessionManagerService.profs |
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
SessionManagerService.initialize(ModuleContext mc) |
Constructor and Description |
---|
SCallee(ModuleContext context,
ServiceProfile[] realizedServices,
SessionManager sessionMngr) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceBusWrapper.register(String callback,
ServiceProfile[] profiles) |
Constructor and Description |
---|
ServiceProvider(ModuleContext mc,
ServiceProfile[] profiles,
ScriptEngine engine,
String callback) |
Modifier and Type | Method and Description |
---|---|
void |
UAAL.provideS(ServiceProfile[] p,
ISListener l)
Registers Service Profiles and specifies how the calls to these profiles
would be handled.
|
Constructor and Description |
---|
WrapperS(ModuleContext context,
ServiceProfile[] realizedServices,
ISListener l)
Constructor that takes the listener to associate.
|
Modifier and Type | Method and Description |
---|---|
ServiceProfile |
Profile.getTheProfile()
Use this method when you are done defining your Profile in order to get
the actual ServiceProfile that you can use in your ProvidedService class.
|
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
UtilActuator.getServiceProfiles(String namespace,
Actuator actuator)
Gives you the 3 typical service profiles of an on/off actuator service:
Get status, Set On, and Set Off.
|
static ServiceProfile[] |
UtilSensor.getServiceProfiles(String namespace,
Sensor sensor)
Gives you the typical service profile of an on/off sensor service: Get
status.
|
static ServiceProfile[] |
UtilActuator.getServiceProfiles(String namespace,
String ontologyURI,
Actuator actuator)
Gives you the 3 typical service profiles of an on/off actuator service:
Get status, Set On, and Set Off.
|
static ServiceProfile[] |
UtilSensor.getServiceProfiles(String namespace,
String ontologyURI,
Sensor sensor)
Gives you the typical service profile of an on/off sensor service: Get
status.
|
static ServiceProfile[] |
UtilEditor.getServiceProfiles(String namespace,
String ontologyURI,
String[] path,
String editedURI)
Gives you the 4 typical service profiles of an editor service: Get, Add,
Change and Remove.
|
Modifier and Type | Method and Description |
---|---|
String |
LogMonitor_Util.getProfileString(ServiceProfile profile,
boolean shortForm) |
Modifier and Type | Field and Description |
---|---|
ServiceProfile |
ProfileInfo.profile |
Modifier and Type | Method and Description |
---|---|
protected void |
HTMLBusOperationsPane.getServiceProfileHTML(StringBuilder s,
ServiceProfile prof) |
Constructor and Description |
---|
ProfileInfo(ServiceProfile profile,
String providerURI) |
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
MyServiceCallee.getProfiles()
Create the service profile that describes what the service does.
|
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
MyServiceCallee.getProfiles()
Create the service profile that describes what the service does.
|
Constructor and Description |
---|
MainButtonServiceCallee(ModuleContext context,
ServiceProfile[] realizedServices) |
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
UIPreferencesProvidedService.getProfiles(ModuleContext mcontext) |
Modifier and Type | Method and Description |
---|---|
void |
UAAL.provideS(ServiceProfile[] p,
ISListener l)
Registers Service Profiles and specifies how the calls to these profiles
would be handled.
|
Constructor and Description |
---|
WrapperS(ModuleContext context,
ServiceProfile[] realizedServices,
ISListener l)
Constructor that takes the listener to associate.
|
Modifier and Type | Method and Description |
---|---|
ServiceProfile |
Profile.getTheProfile()
Use this method when you are done defining your Profile in order to get
the actual ServiceProfile that you can use in your ProvidedService class.
|
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
UtilActuator.getServiceProfiles(String namespace,
Actuator actuator)
Gives you the 3 typical service profiles of an on/off actuator service:
Get status, Set On, and Set Off.
|
static ServiceProfile[] |
UtilSensor.getServiceProfiles(String namespace,
Sensor sensor)
Gives you the typical service profile of an on/off sensor service: Get
status.
|
static ServiceProfile[] |
UtilActuator.getServiceProfiles(String namespace,
String ontologyURI,
Actuator actuator)
Gives you the 3 typical service profiles of an on/off actuator service:
Get status, Set On, and Set Off.
|
static ServiceProfile[] |
UtilSensor.getServiceProfiles(String namespace,
String ontologyURI,
Sensor sensor)
Gives you the typical service profile of an on/off sensor service: Get
status.
|
static ServiceProfile[] |
UtilEditor.getServiceProfiles(String namespace,
String ontologyURI,
String[] path,
String editedURI)
Gives you the 4 typical service profiles of an editor service: Get, Add,
Change and Remove.
|
Copyright © 2018 universAAL Consortium. All rights reserved.