org.apache.geronimo.messaging.reference
Class ReferenceableEnhancer
java.lang.Object
org.apache.geronimo.messaging.reference.ReferenceableEnhancer
- public class ReferenceableEnhancer
- extends Object
- Version:
- $Revision: 1.1 $ $Date: 2004/05/27 14:23:21 $
Method Summary |
static Object |
enhance(Object anOpaque)
Injects the Referenceable interface to the set of interfaces of anOpaque. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceableEnhancer
public ReferenceableEnhancer()
enhance
public static Object enhance(Object anOpaque)
- Injects the Referenceable interface to the set of interfaces of anOpaque.
- Parameters:
anOpaque
- Object to be enhanced.
- Returns:
- An object implementing all the interfaces of anOpaque plus the
Referenceable interface.
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.