|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Binding
The configuration of a binding. This interface is implemented by respective binding implementations who wants to use common container. Different bindings can extend this interface further to add additional interface methods to support that binding. For e.g For JMS, SharedJMSBinding needs methods like getActivationSpecName() etc. The implementation of this binding interface is done by respective callers who wants to use the common container. For e.g SCA FP's JMSBindingImpl implements this interface (or extended SharedJMSBinding interface)
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the binding name |
Method Detail |
---|
java.lang.String getName()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |