org.jboss.injection
Class TimerServicePropertyInjector

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

public class TimerServicePropertyInjector
extends Object
implements Injector

Injects a timer service into an ejb.

Version:
$Revision: 1.1 $
Author:
Bill Burke, Carlo de Wolf

Constructor Summary
TimerServicePropertyInjector(BeanProperty property, Container container)
           
 
Method Summary
 Class getInjectionClass()
           
 void inject(BeanContext ctx)
           
 void inject(Object instance)
           
 
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)
Method Detail

inject

public void inject(Object instance)
Specified by:
inject in interface Injector

inject

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

getInjectionClass

public Class getInjectionClass()
Specified by:
getInjectionClass in interface Injector


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.