Class IncomingConnection

All Implemented Interfaces:
Serializable

public class IncomingConnection extends PersistentRecord
Created by mattg on 7/27/15.
See Also:
  • Field Details

  • Constructor Details

    • IncomingConnection

      public IncomingConnection()
  • Method Details

    • getMeta

      public RecordMeta<?> getMeta()
      Description copied from class: SRecordInstance
      This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-

       SRecord getMeta() {
         return meta;
       };
       

      The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.

      Specified by:
      getMeta in class PersistentRecord
    • getId

      public long getId()
    • getConnectionId

      public com.inductiveautomation.metro.api.RemoteSystemId getConnectionId()
    • setConnectionId

      public void setConnectionId(com.inductiveautomation.metro.api.RemoteSystemId connectionId)
    • getSecurityStatus

      public IncomingConnection.SecurityStatus getSecurityStatus()
    • setSecurityStatus

      public void setSecurityStatus(IncomingConnection.SecurityStatus newStatus)