org.apache.openejb.jee
Interface AttributeBinding<A>

All Known Implementing Classes:
ContainerConcurrency, ContainerTransaction

public interface AttributeBinding<A>

TODO this interface may not make sense any more because one of the two classes implementing it is not ins the schema any more and its replacement, ConcurrentMethod, uses a single NamedMethod rather than a list of Method.

Version:
$Rev$ $Date$

Method Summary
 A getAttribute()
           
 List<Method> getMethod()
           
 

Method Detail

getAttribute

A getAttribute()

getMethod

List<Method> getMethod()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.