|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.metadata.ServiceConstructorMetaData
public class ServiceConstructorMetaData
ServiceConstructorMetaData. This class is based on the old ConstructorInfo from ServiceCreator
Field Summary | |
---|---|
static Object[] |
EMPTY_PARAMETERS
An empty parameters |
static String[] |
EMPTY_PARAMS
An empty parameters list. |
static String[] |
EMPTY_SIGNATURE
An signature list. |
Constructor Summary | |
---|---|
ServiceConstructorMetaData()
|
Method Summary | |
---|---|
Object[] |
getParameters(ClassLoader cl)
Get the parameters |
String[] |
getParams()
Get the params. |
String[] |
getSignature()
Get the signature. |
void |
setParameters(Object[] parameters)
Set the parameters. |
void |
setParams(String[] params)
Set the params. |
void |
setSignature(String[] signature)
Set the signature. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Object[] EMPTY_PARAMETERS
public static final String[] EMPTY_PARAMS
public static final String[] EMPTY_SIGNATURE
Constructor Detail |
---|
public ServiceConstructorMetaData()
Method Detail |
---|
public String[] getParams()
public void setParams(String[] params)
params
- the params.public String[] getSignature() throws ConfigurationException
ConfigurationException
- if there is a problem with the signaturepublic void setSignature(String[] signature)
signature
- the signature.public Object[] getParameters(ClassLoader cl) throws Exception
cl
- the class loader
Exception
- for any errorpublic void setParameters(Object[] parameters)
parameters
- the parameters.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |