org.apache.xbean.server.spring.reference
Class ServiceNameStringReference
java.lang.Object
org.apache.xbean.server.spring.reference.ServiceNameStringReference
- All Implemented Interfaces:
- Serializable, org.springframework.beans.factory.FactoryBean
public class ServiceNameStringReference
- extends Object
- implements org.springframework.beans.factory.FactoryBean, Serializable
ServiceNameStringReference is a the ServiceName as a string in the ServiceContextThreadLocal.
- Since:
- 2.0
- Author:
- Dain Sundstrom
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceNameStringReference
public ServiceNameStringReference()
createBeanDefinition
public static org.springframework.beans.factory.config.BeanDefinitionHolder createBeanDefinition()
- Creates a bean definition for ServiceNameStringReference.
- Returns:
- a bean definition for ServiceNameStringReference
getObjectType
public final Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObject
public final Object getObject()
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.