org.apache.xbean.server.spring.reference
Class ServiceNameReference

java.lang.Object
  extended by org.apache.xbean.server.spring.reference.ServiceNameReference
All Implemented Interfaces:
Serializable, org.springframework.beans.factory.FactoryBean

public class ServiceNameReference
extends Object
implements org.springframework.beans.factory.FactoryBean, Serializable

ServiceNameReference is a the ServiceName in the ServiceContextThreadLocal.

Since:
2.0
Author:
Dain Sundstrom
See Also:
Serialized Form

Constructor Summary
ServiceNameReference()
           
 
Method Summary
static org.springframework.beans.factory.config.BeanDefinitionHolder createBeanDefinition()
          Creates a bean definition for ServiceNameReference.
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceNameReference

public ServiceNameReference()
Method Detail

createBeanDefinition

public static org.springframework.beans.factory.config.BeanDefinitionHolder createBeanDefinition()
Creates a bean definition for ServiceNameReference.

Returns:
a bean definition for ServiceNameReference

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.