com.sun.ejb.containers
Class TimerServiceNamingProxy
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerServiceNamingProxy
public TimerServiceNamingProxy()
handle
public Object handle(String name)
throws NamingException
- Specified by:
handle in interface NamedNamingObjectProxy
- Throws:
NamingException
Copyright © 2012 GlassFish Community. All Rights Reserved.