Package com.axemble.vdoc.sdk.interfaces
Interface IServiceDefinition
- All Superinterfaces:
IProtocolSupport,Serializable
This class retrieves a service connection
- Author:
- ploureiro
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe various types of the eventstatic interface -
Method Summary
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Method Details
-
getLabel
String getLabel()- Returns:
- the label of the connection.
-
getName
String getName()Gets the name of the service.- Returns:
- a string object.
-
getEventName
String getEventName()Gets the method name of the event- Returns:
- a string object.
-
getEventType
int getEventType()Retrieves the type of the event- Returns:
- A
IServiceDefinition.IEvent.
-
setValue
Sets a value to a property- Parameters:
propertyName- The system name of the property.value- The value object to set.
-
getValue
Gets the value of a property.- Parameters:
propertyName- The system name of the property.- Returns:
- A
Objectobject.
-
getValues
Get all configuration values by sysname- Parameters:
name-- Returns:
-