public class HCIClientOperation extends java.lang.Object implements IHCIOperation
Java class represents all the operations that you can implement in your client application that communicates via the HCI technical interface.| Modifier and Type | Class and Description |
|---|---|
static class |
HCIClientOperation.HCIOperation
This
enumeration lists all the HCI operations that are available; You can implement these service operations in your client application. |
| Constructor and Description |
|---|
HCIClientOperation(HCIClientOperation.HCIOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the HCI operation.
|
public HCIClientOperation(HCIClientOperation.HCIOperation operation)
public java.lang.String getName()
IHCIOperationgetName in interface IHCIOperation