Package com.axemble.vdoc.sdk.interfaces
Interface IServiceDefinition
- All Superinterfaces:
- IProtocolSupport,- Serializable
This class retrieves a service connection
- Author:
- ploureiro
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe various types of the eventstatic interface
- 
Method SummaryMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Method Details- 
getLabelString getLabel()- Returns:
- the label of the connection.
 
- 
getNameString getName()Gets the name of the service.- Returns:
- a string object.
 
- 
getEventNameString getEventName()Gets the method name of the event- Returns:
- a string object.
 
- 
getEventTypeint getEventType()Retrieves the type of the event- Returns:
- A IServiceDefinition.IEvent.
 
- 
setValueSets a value to a property- Parameters:
- propertyName- The system name of the property.
- value- The value object to set.
 
- 
getValueGets the value of a property.- Parameters:
- propertyName- The system name of the property.
- Returns:
- A Objectobject.
 
- 
getValuesGet all configuration values by sysname- Parameters:
- name-
- Returns:
 
 
-