org.jboss.cdi.tck.tests.decorators.builtin.instance
Class MuleInstanceDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.builtin.instance.MuleInstanceDecorator
All Implemented Interfaces:
Serializable, Iterable<Mule>, javax.enterprise.inject.Instance<Mule>, javax.inject.Provider<Mule>

@Decorator
public abstract class MuleInstanceDecorator
extends Object
implements javax.enterprise.inject.Instance<Mule>, Serializable

See Also:
Serialized Form

Constructor Summary
MuleInstanceDecorator()
           
 
Method Summary
 boolean isAmbiguous()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.enterprise.inject.Instance
destroy, isUnsatisfied, select, select, select
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface javax.inject.Provider
get
 

Constructor Detail

MuleInstanceDecorator

public MuleInstanceDecorator()
Method Detail

isAmbiguous

public boolean isAmbiguous()
Specified by:
isAmbiguous in interface javax.enterprise.inject.Instance<Mule>


Copyright © 2008-2013 Seam Framework. All Rights Reserved.