org.jboss.injection
Class TimerServicePropertyInjector

java.lang.Object
  extended by org.jboss.injection.TimerServicePropertyInjector
All Implemented Interfaces:
Injector

Deprecated. Use JndiPropertyInjector instead

@Deprecated
public class TimerServicePropertyInjector
extends java.lang.Object
implements Injector

Injects a timer service into an ejb.


Constructor Summary
TimerServicePropertyInjector(BeanProperty property, Container container)
          Deprecated.  
 
Method Summary
 java.lang.Class getInjectionClass()
          Deprecated.  
 void inject(BeanContext ctx)
          Deprecated.  
 void inject(java.lang.Object instance)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerServicePropertyInjector

public TimerServicePropertyInjector(BeanProperty property,
                                    Container container)
Deprecated. 
Method Detail

inject

public void inject(java.lang.Object instance)
Deprecated. 
Specified by:
inject in interface Injector

inject

public void inject(BeanContext ctx)
Deprecated. 
Specified by:
inject in interface Injector

getInjectionClass

public java.lang.Class getInjectionClass()
Deprecated. 
Specified by:
getInjectionClass in interface Injector