org.springframework.osgi.blueprint
Class TestComponent
java.lang.Object
org.springframework.osgi.blueprint.TestComponent
- All Implemented Interfaces:
- Serializable
public class TestComponent
- extends Object
- implements Serializable
Just a simple component used by the namespace tests.
- Author:
- Costin Leau
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestComponent
public TestComponent()
TestComponent
public TestComponent(Object arg)
TestComponent
public TestComponent(int arg)
TestComponent
public TestComponent(String str)
TestComponent
public TestComponent(org.springframework.osgi.blueprint.config.RegionCode str)
TestComponent
public TestComponent(Double dbl)
TestComponent
public TestComponent(Object arg1,
Object arg2)
getPropA
public Object getPropA()
setPropA
public void setPropA(Object property)
getPropB
public Object getPropB()
setPropB
public void setPropB(Object propB)
setList
public void setList(List list)
setCollection
public void setCollection(Collection col)
setArray
public void setArray(org.springframework.osgi.blueprint.config.RegionCode[] reg)
getServiceReference
public ServiceReference getServiceReference()
setServiceReference
public void setServiceReference(ServiceReference serviceReference)
setBool
public void setBool(boolean bool)
init
public void init()
Copyright © 2006-2011 Spring Framework. All Rights Reserved.