Platform SDK Java 8.5 API Reference

com.genesyslab.platform.management.protocol.localcontrolagent.events
Class LcaEvent

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.commons.protocol.runtime.CompoundValue
          extended by com.genesyslab.platform.management.protocol.localcontrolagent.events.LcaEvent
All Implemented Interfaces:
ProtocolDescriptionSupport

public abstract class LcaEvent
extends com.genesyslab.platform.commons.protocol.runtime.CompoundValue

LCA event class.


Constructor Summary
LcaEvent()
           
 
Method Summary
static LcaEvent create()
          Creates instance of LcaEvent with no parameters set.
static LcaEvent create(ApplicationExecutionMode executionMode, java.lang.Integer controlObjectId)
          Creates instance of LcaEvent with all parameters set.
abstract  java.lang.Integer getControlObjectId()
          Attribute description: Object DBID.
abstract  ApplicationExecutionMode getExecutionMode()
           
abstract  java.lang.Integer getReferenceId()
          Reference identifier of the request.
abstract  void setControlObjectId(int controlObjectId)
          Attribute description: Object DBID.
abstract  void setControlObjectId(java.lang.Integer controlObjectId)
          Attribute description: Object DBID.
abstract  void setExecutionMode(ApplicationExecutionMode executionMode)
           
abstract  void setReferenceId(int referenceId)
          Reference identifier of the request.
abstract  void setReferenceId(java.lang.Integer referenceId)
          Reference identifier of the request.
 
Methods inherited from class com.genesyslab.platform.commons.protocol.runtime.CompoundValue
getProtocolDescription
 
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject
equals, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LcaEvent

public LcaEvent()
Method Detail

create

public static LcaEvent create()
Creates instance of LcaEvent with no parameters set.

Returns:
instance of LcaEvent

create

public static LcaEvent create(ApplicationExecutionMode executionMode,
                              java.lang.Integer controlObjectId)
Creates instance of LcaEvent with all parameters set.

Parameters:
executionMode - ExecutionMode
controlObjectId - ControlObjectId
Returns:
instance of LcaEvent

getReferenceId

public abstract java.lang.Integer getReferenceId()
Reference identifier of the request. It is the client's responsibility to generate the reference identifier and then tie the server response to the request.


setReferenceId

public abstract void setReferenceId(java.lang.Integer referenceId)
Reference identifier of the request. It is the client's responsibility to generate the reference identifier and then tie the server response to the request.


setReferenceId

public abstract void setReferenceId(int referenceId)
Reference identifier of the request. It is the client's responsibility to generate the reference identifier and then tie the server response to the request.


getExecutionMode

public abstract ApplicationExecutionMode getExecutionMode()

setExecutionMode

public abstract void setExecutionMode(ApplicationExecutionMode executionMode)

getControlObjectId

public abstract java.lang.Integer getControlObjectId()
Attribute description: Object DBID.


setControlObjectId

public abstract void setControlObjectId(java.lang.Integer controlObjectId)
Attribute description: Object DBID.


setControlObjectId

public abstract void setControlObjectId(int controlObjectId)
Attribute description: Object DBID.


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.