Class StorageSimulatorAgent
java.lang.Object
org.openremote.model.asset.Asset<T>
org.openremote.model.asset.agent.Agent<StorageSimulatorAgent,StorageSimulatorProtocol,StorageSimulatorAgentLink>
org.openremote.agent.protocol.simulator.storage.StorageSimulatorAgent
- All Implemented Interfaces:
org.openremote.model.IdentifiableEntity<StorageSimulatorAgent>
@Entity
public class StorageSimulatorAgent
extends org.openremote.model.asset.agent.Agent<StorageSimulatorAgent,StorageSimulatorProtocol,StorageSimulatorAgentLink>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.model.asset.Asset
org.openremote.model.asset.Asset.AssetSave -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.openremote.model.asset.agent.AgentDescriptor<StorageSimulatorAgent,StorageSimulatorProtocol, StorageSimulatorAgentLink> Fields inherited from class org.openremote.model.asset.agent.Agent
BIND_HOST, BIND_PORT, DISABLED, HOST, MESSAGE_CHARSET, MESSAGE_CONVERT_BINARY, MESSAGE_CONVERT_HEX, MESSAGE_DELIMITERS, MESSAGE_MAX_LENGTH, MESSAGE_STRIP_DELIMITER, OAUTH_GRANT, POLLING_MILLIS, PORT, SERIAL_BAUDRATE, SERIAL_PORT, STATUS, UPDATE_ON_WRITE, USERNAME_AND_PASSWORDFields inherited from class org.openremote.model.asset.Asset
accessPublicRead, attributes, createdOn, EMAIL, id, LOCATION, MANUFACTURER, MODEL, name, NOTES, parentId, path, realm, TAGS, type, version -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFor use by hydrators (i.e.StorageSimulatorAgent(String name) -
Method Summary
Modifier and TypeMethodDescriptionGet the protocol instance for this Agent.Methods inherited from class org.openremote.model.asset.agent.Agent
getAgentLink, getAgentStatus, getBindHost, getBindPort, getHost, getOAuthGrant, getPollingMillis, getPort, getSerialBaudrate, getSerialPort, getUsernamePassword, isConfigurationAttribute, isDisabled, isUpdateOnWrite, setBindHost, setBindPort, setDisabled, setHost, setOAuthGrant, setPort, setSerialBaudrate, setSerialPort, setUpdateOnWrite, setUsernamePasswordMethods inherited from class org.openremote.model.asset.Asset
addAttributes, addOrReplaceAttributes, getAttribute, getAttribute, getAttribute, getAttributes, getAttributesString, getCreatedOn, getEmail, getId, getLocation, getManufacturer, getMetaString, getModel, getName, getNotes, getParentId, getPath, getRealm, getTags, getType, getVersion, hasAttribute, hasAttribute, isAccessPublicRead, pathContains, setAccessPublicRead, setAttributes, setAttributes, setAttributes, setCreatedOn, setEmail, setId, setLocation, setManufacturer, setModel, setName, setNotes, setParent, setParentId, setRealm, setTags, setVersion, toString, toStringAll
-
Field Details
-
DESCRIPTOR
public static org.openremote.model.asset.agent.AgentDescriptor<StorageSimulatorAgent,StorageSimulatorProtocol, DESCRIPTORStorageSimulatorAgentLink>
-
-
Constructor Details
-
StorageSimulatorAgent
protected StorageSimulatorAgent()For use by hydrators (i.e. JPA/Jackson) -
StorageSimulatorAgent
-
-
Method Details
-
getProtocolInstance
Description copied from class:org.openremote.model.asset.agent.AgentGet the protocol instance for this Agent.- Specified by:
getProtocolInstancein classorg.openremote.model.asset.agent.Agent<StorageSimulatorAgent,StorageSimulatorProtocol, StorageSimulatorAgentLink>
-