|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--connect.FacetChannelAdmin
This class is intended to be a singleton provider of the FACET EventChannel object. This maintains that there should be one EventChannel per JVM. Although it is possible, no EventChannel should be created outside of this by any type of component for the purposes of connecting to another component.
| Field Summary | |
private edu.wustl.doc.facet.EventChannelImpl |
eventChannel
The EventChannelImpl for this JVM. |
private static long |
serialVersionUID
|
private static connect.FacetChannelAdmin |
singleton
|
private int |
sourceType
This variable + 1 represents the next available source type that a facet based component may use to filter. |
| Constructor Summary | |
private |
FacetChannelAdmin()
|
| Method Summary | |
edu.wustl.doc.facet.EventChannelImpl |
getEventChannel()
Returns the EventChannel for this JVM |
int |
getNextSourceType()
Returns the next unique source type that a component can use. |
static connect.FacetChannelAdmin |
instance()
Returns the singleton instance of this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final long serialVersionUID
private final edu.wustl.doc.facet.EventChannelImpl eventChannel
private static connect.FacetChannelAdmin singleton
private int sourceType
| Constructor Detail |
private FacetChannelAdmin()
| Method Detail |
public static connect.FacetChannelAdmin instance()
public edu.wustl.doc.facet.EventChannelImpl getEventChannel()
public int getNextSourceType()
|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||