public interface IServiceDefinition extends IProtocolSupport
Modifier and Type | Interface and Description |
---|---|
static interface |
IServiceDefinition.IEvent
The various types of the event
|
static interface |
IServiceDefinition.System |
Modifier and Type | Method and Description |
---|---|
String |
getEventName()
Gets the method name of the event
|
int |
getEventType()
Retrieves the type of the event
|
String |
getLabel() |
String |
getName()
Gets the name of the service.
|
Object |
getValue(String propertyName)
Gets the value of a property.
|
Map<String,Object> |
getValues()
Get all configuration values by sysname
|
void |
setValue(String propertyName,
Object value)
Sets a value to a property
|
getProtocolURI, getProtocolURI
String getLabel()
String getName()
String getEventName()
int getEventType()
IServiceDefinition.IEvent
.void setValue(String propertyName, Object value)
propertyName
- The system name of the property.value
- The value object to set.Object getValue(String propertyName)
propertyName
- The system name of the property.Object
object.Copyright © 2021 Visiativ Software. All rights reserved.