- getAgentId() - Method in interface com.alarmpoint.integrationagent.services.GlobalService
-
Gets the agent ID.
- getConfiguration() - Method in interface com.alarmpoint.integrationagent.script.api.ServiceAPI
-
Expose the service definition of this Integration Service.
- getDomain() - Method in interface com.alarmpoint.integrationagent.services.GlobalService
-
Gets the domain.
- getKey() - Method in interface com.alarmpoint.integrationagent.apxml.APXMLToken
-
Gets the token's key (i.e., name).
- getLogger() - Method in interface com.alarmpoint.integrationagent.script.api.ServiceAPI
-
Gets a logger that will write to the APIA log file in the same log4j category and format as the Integration
Service.
- getMethod() - Method in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
Gets the message's mandatory method, which defines the highest-level purpose of the message (e.g., Add, Delete,
etc.).
- getName() - Method in interface com.alarmpoint.integrationagent.services.GlobalService
-
Gets service name.
- getPassword() - Method in interface com.alarmpoint.integrationagent.services.GlobalService
-
Gets the agent access password.
- getSubclass() - Method in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
Gets the message's optional subclass, which provides a more refined purpose to the message (e.g., Add/Event).
- getToken(String) - Method in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
Gets the token (if any) with the specified case-insensitive key.
- getTokens() - Method in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
Gets the list of tokens that this message contains.
- getTransactionId() - Method in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
Gets the mandatory transaction id, which is an application-defined value used track messages.
- getType() - Method in interface com.alarmpoint.integrationagent.apxml.APXMLToken
-
Get's the token's type.
- getUrl() - Method in interface com.alarmpoint.integrationagent.services.GlobalService
-
Gets URL.
- getValue(String) - Method in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
Gets the value of the token (if any) with the specified case-insensitive key.
- getValue() - Method in interface com.alarmpoint.integrationagent.apxml.APXMLToken
-
Get's the token's value.
- GlobalService - Interface in com.alarmpoint.integrationagent.services
-
This interface expresses the global service.
- send() - Method in interface com.alarmpoint.integrationagent.script.api.IntegrationServiceRequest
-
Sends the Integration Service Request to the targeted Integration Service.
- SEND_METHOD - Static variable in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
The method/subclass for APXML sent by ExternalServiceMessage.
- SEND_SUBCLASS - Static variable in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
- sendAPXML(APXMLMessage) - Method in interface com.alarmpoint.integrationagent.script.api.ServiceAPI
-
Adds the specified APXML message to the end of the Integration Service's outbound queue.
- sendAPXML(APXMLMessage, String, String) - Method in interface com.alarmpoint.integrationagent.script.api.ServiceAPI
-
Adds the specified APXML message to the end of the specified service's inbound queue.
- ServiceAPI - Interface in com.alarmpoint.integrationagent.script.api
-
This interface represents the Integration Service functions that are exposed to an Integration Service's script.
- setAction(String) - Method in interface com.alarmpoint.integrationagent.script.api.IntegrationServiceRequest
-
Sets the (required) name of the Integration Service Request action that will be executed by the targeted
Integration Service.
- setAgentId(String) - Method in interface com.alarmpoint.integrationagent.script.api.IntegrationServiceRequest
-
- setDomain(String) - Method in interface com.alarmpoint.integrationagent.script.api.IntegrationServiceRequest
-
Sets the (required) Event Domain of the targeted Integration Service (e.g., "default").
- setMethod(String) - Method in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
Sets the message's method.
- setName(String) - Method in interface com.alarmpoint.integrationagent.script.api.IntegrationServiceRequest
-
Sets the (required) name of the targeted Integration Service (e.g., "sample").
- setSubclass(String) - Method in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
Sets the message's subclass.
- setTimeout(long) - Method in interface com.alarmpoint.integrationagent.script.api.IntegrationServiceRequest
-
Sets the (optional) timeout, in seconds, which determines how long the request will wait for a response from the
targeted Integration Agent before generating an exception that is sent to the caller.
- setToken(String, Object) - Method in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
Adds/replaces an auto-typed token to/in this message.
- setToken(String, Object, APXMLToken.Type) - Method in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
- setToken(String, Object) - Method in interface com.alarmpoint.integrationagent.script.api.IntegrationServiceRequest
-
Adds or replaces one of the parameters that will be passed to the targeted Integration Service's action.
- setTransactionId(int) - Method in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
-
Sets the message's transaction id.
- SymmetricCipherException - Exception in com.alarmpoint.integrationagent.security
-
This exception is thrown when encryption or decryption processing fails.
- SymmetricCipherException() - Constructor for exception com.alarmpoint.integrationagent.security.SymmetricCipherException
-
Constructs an SymmetricCipherException with no detail message.
- SymmetricCipherException(String, Throwable) - Constructor for exception com.alarmpoint.integrationagent.security.SymmetricCipherException
-
Creates a SymmetricCipherException with the specified detail message and cause.
- SymmetricCipherException(String) - Constructor for exception com.alarmpoint.integrationagent.security.SymmetricCipherException
-
Constructs an SymmetricCipherException with the specified detail message.
- SymmetricCipherException(Throwable) - Constructor for exception com.alarmpoint.integrationagent.security.SymmetricCipherException
-
Creates a SymmetricCipherException with the specified cause