Class StandaloneSystemConnectionMemo
- All Implemented Interfaces:
BeanInterface
,PropertyChangeFirer
,PropertyChangeProvider
,Disposable
,SystemConnectionMemo
@Deprecated public class StandaloneSystemConnectionMemo extends RfidSystemConnectionMemo
RfidSystemConnectionMemo
directly.Objects of specific subtypes are registered in the instance manager to activate their particular system.
This file is part of JMRI.
JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- Since:
- 2.11.4
-
Field Summary
Fields inherited from interface jmri.SystemConnectionMemo
DISABLED, INTERVAL, SYSTEM_PREFIX, USER_NAME
-
Constructor Summary
Constructors Constructor Description StandaloneSystemConnectionMemo()
Deprecated.StandaloneSystemConnectionMemo(RfidTrafficController rt)
Deprecated. -
Method Summary
Modifier and Type Method Description void
configureManagers(RfidSensorManager sensorManager, RfidReporterManager reporterManager)
Deprecated.Configure the common managers for Rfid connections.void
dispose()
Deprecated.Called when disposing of a disposable.Methods inherited from class jmri.jmrix.rfid.RfidSystemConnectionMemo
getActionModelResourceBundle, getNamedBeanComparator, getProtocol, getReporterManager, getSensorManager, getTrafficController, setProtocol, setRfidTrafficController
Methods inherited from class jmri.jmrix.DefaultSystemConnectionMemo
addToActionList, deregister, get, getActionFactory, getConsistManager, getDefaultOutputInterval, getDisabled, getOutputInterval, getSystemPrefix, getUserName, isDirty, isRestartRequired, provides, register, removeFromActionList, setConsistManager, setDisabled, setOutputInterval, setSystemPrefix, setUserName, store
Methods inherited from class jmri.beans.Bean
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, isNotifyOnEDT, removePropertyChangeListener, removePropertyChangeListener
Methods inherited from class jmri.beans.UnboundBean
getIndexedProperty, getProperty, getPropertyNames, hasIndexedProperty, hasProperty, setIndexedProperty, setProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jmri.beans.PropertyChangeProvider
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
-
Constructor Details
-
StandaloneSystemConnectionMemo
public StandaloneSystemConnectionMemo()Deprecated. -
StandaloneSystemConnectionMemo
Deprecated.
-
-
Method Details
-
configureManagers
public void configureManagers(RfidSensorManager sensorManager, RfidReporterManager reporterManager)Deprecated.Configure the common managers for Rfid connections. This puts the common manager config in one place.- Overrides:
configureManagers
in classRfidSystemConnectionMemo
-
dispose
Deprecated.Description copied from interface:Disposable
Called when disposing of a disposable.Note there are no assurances this method will not be called multiple times against a single instance of this Disposable. It is the responsibility of this Disposable to protect itself and the application from ensuring that calling this method multiple times has no unwanted side effects.
- Specified by:
dispose
in interfaceDisposable
- Specified by:
dispose
in interfaceSystemConnectionMemo
- Overrides:
dispose
in classRfidSystemConnectionMemo
-