|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.jmrix.loconet.LnSecurityElementManager
@Deprecated public class LnSecurityElementManager
Manager for SecurityElement objects, currently local to LocoNet implementations. Provides basic rendevous services. Also serves as the manager for AspectGenerator objects (for now).
| Field Summary | |
|---|---|
protected Hashtable<Integer,AspectGenerator> |
mHashAG
Deprecated. |
protected Hashtable<Integer,SecurityElement> |
mHashSE
Deprecated. |
(package private) static LnSecurityElementManager |
mInstance
Deprecated. |
(package private) PropertyChangeSupport |
pcs
Deprecated. |
| Constructor Summary | |
|---|---|
LnSecurityElementManager()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
Deprecated. |
void |
dispose()
Deprecated. |
protected void |
firePropertyChange(String p,
Object old,
Object n)
Deprecated. |
AspectGenerator |
getAspectGenerator(int i)
Deprecated. Create a new object as needed |
AspectGenerator |
getAspectGenerator(String name)
Deprecated. |
List<AspectGenerator> |
getAspectGeneratorList()
Deprecated. Get the list of known AspectGenerator objects, unsorted |
SecurityElement |
getSecurityElement(int i)
Deprecated. Create a new object as needed |
SecurityElement |
getSecurityElement(String name)
Deprecated. |
List<SecurityElement> |
getSecurityElementList()
Deprecated. Get the list of known SecurityElement objects, unsorted |
static LnSecurityElementManager |
instance()
Deprecated. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Hashtable<Integer,SecurityElement> mHashSE
protected Hashtable<Integer,AspectGenerator> mHashAG
PropertyChangeSupport pcs
static volatile LnSecurityElementManager mInstance
| Constructor Detail |
|---|
public LnSecurityElementManager()
| Method Detail |
|---|
public void dispose()
public List<SecurityElement> getSecurityElementList()
public List<AspectGenerator> getAspectGeneratorList()
public SecurityElement getSecurityElement(int i)
public SecurityElement getSecurityElement(String name)
public AspectGenerator getAspectGenerator(int i)
public AspectGenerator getAspectGenerator(String name)
public void addPropertyChangeListener(PropertyChangeListener l)
protected void firePropertyChange(String p,
Object old,
Object n)
public void removePropertyChangeListener(PropertyChangeListener l)
public static LnSecurityElementManager instance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||