com.genesyslab.omsdk.commons
Interface ServiceInfo


public interface ServiceInfo

Provides information about a server connection backend used by the common library.

Changes in this service's status generate events. Create and add a ServiceListener to the OMSDKConnector to track ServiceEvent events reporting these status changes.

Since:
7.1.008.00
See Also:
OMSDKConnector.addServiceListener(), OMSDKConnector.getServiceInfo(ServiceType)

Method Summary
 ServiceStatus getStatus()
          Returns the service's status.
 ServiceType getType()
          Returns the service's type.
 

Method Detail

getStatus

public ServiceStatus getStatus()
Returns the service's status.

Returns:
ServiceStatus enumerated value.

getType

public ServiceType getType()
Returns the service's type.

Returns:
ServiceType enumerated value.