|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ChannelData is a representation of the runtime configuration of a specific Transport Channel. The Transport Channel is the equivalent to a layer in a protocol stack. This Transport Channel has a name, a set of properties, and various other information.
Method Summary | |
---|---|
int |
getDiscriminatorWeight()
Get the weight of this disciminator in this channel's config. |
java.lang.Class |
getFactoryType()
Get the Class of the factory for this channel. |
java.lang.String |
getName()
Get a name of this channel configuration. |
java.util.Map |
getPropertyBag()
Get the property set for the name/value configuration pairs. |
Method Detail |
public java.lang.String getName()
public java.lang.Class getFactoryType()
public java.util.Map getPropertyBag()
public int getDiscriminatorWeight()
This is only valid on Inbound channels.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |