com.sun.ejb.containers
Class TimerServiceNamingProxy

java.lang.Object
  extended by com.sun.ejb.containers.TimerServiceNamingProxy
All Implemented Interfaces:
NamedNamingObjectProxy

@Service
public class TimerServiceNamingProxy
extends Object
implements NamedNamingObjectProxy

Proxy for creating TimerService instances when requested by lookup or injection. NamingManager will call the handle() method when the JNDI name is looked up. Will return the instance that corresponds to the known name.

Author:
Marina Vatkina

Constructor Summary
TimerServiceNamingProxy()
           
 
Method Summary
 Object handle(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerServiceNamingProxy

public TimerServiceNamingProxy()
Method Detail

handle

public Object handle(String name)
              throws NamingException
Specified by:
handle in interface NamedNamingObjectProxy
Throws:
NamingException


Copyright © 2012 GlassFish Community. All Rights Reserved.