Package org.jboss.as.service.descriptor
Class JBossServiceConstructorConfig
- java.lang.Object
-
- org.jboss.as.service.descriptor.JBossServiceConstructorConfig
-
- All Implemented Interfaces:
Serializable
public class JBossServiceConstructorConfig extends Object implements Serializable
Configuration object for a JBoss service constructor.- Author:
- John E. Bailey
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJBossServiceConstructorConfig.Argument
-
Field Summary
Fields Modifier and Type Field Description static JBossServiceConstructorConfig.Argument[]EMPTY_ARGS
-
Constructor Summary
Constructors Constructor Description JBossServiceConstructorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JBossServiceConstructorConfig.Argument[]getArguments()voidsetArguments(JBossServiceConstructorConfig.Argument[] arguments)
-
-
-
Field Detail
-
EMPTY_ARGS
public static final JBossServiceConstructorConfig.Argument[] EMPTY_ARGS
-
-
Method Detail
-
getArguments
public JBossServiceConstructorConfig.Argument[] getArguments()
-
setArguments
public void setArguments(JBossServiceConstructorConfig.Argument[] arguments)
-
-