|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents the data associated with a channel factory.
Each Channel has a ChannelFactory associated with it. This ChannelFactory contains important information for ensuring the coherency of the Chain (protocol stack) as well as storing configuration data for resources that may be scoped to a ChannelFactory level.
Method Summary | |
---|---|
java.lang.Class |
getApplicationInterface()
Returns the interface into this channel. |
java.lang.Class[] |
getDeviceInterface()
Return the list of device interface classes supported. |
java.lang.Class |
getFactory()
Returns the class of the ChannelFactory associated with this data |
java.util.Map |
getProperties()
Get the common properties that are to be shared by all channel instances generated by this factory. |
Method Detail |
public java.lang.Class getApplicationInterface()
public java.lang.Class[] getDeviceInterface()
public java.util.Map getProperties()
public java.lang.Class getFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |