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$
getAttribute
A getAttribute()
getMethod
List<Method> getMethod()
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.