org.springframework.osgi.blueprint
Class FactoryComponent

java.lang.Object
  extended by org.springframework.osgi.blueprint.FactoryComponent

public class FactoryComponent
extends Object

Author:
Costin Leau

Constructor Summary
FactoryComponent()
           
 
Method Summary
 Object instanceMethod()
           
 Object instanceMethod(Long arg1, String arg2, Integer arg3)
           
 Object instanceMethod(Object arg)
           
static Object staticMethod()
           
static Object staticMethod(Long arg1, String arg2, Integer arg3)
           
static Object staticMethod(Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryComponent

public FactoryComponent()
Method Detail

staticMethod

public static Object staticMethod(Long arg1,
                                  String arg2,
                                  Integer arg3)

staticMethod

public static Object staticMethod(Object arg)

staticMethod

public static Object staticMethod()

instanceMethod

public Object instanceMethod()

instanceMethod

public Object instanceMethod(Object arg)

instanceMethod

public Object instanceMethod(Long arg1,
                             String arg2,
                             Integer arg3)


Copyright © 2006-2011 Spring Framework. All Rights Reserved.