Package org.apache.storm.flux.model
Class BeanDef
- java.lang.Object
-
- org.apache.storm.flux.model.ObjectDef
-
- org.apache.storm.flux.model.BeanDef
-
- Direct Known Subclasses:
VertexDef
,WorkerHookDef
public class BeanDef extends ObjectDef
A representation of a Java object that is uniquely identifyable, and given a className, constructor arguments, and properties, can be instantiated.
-
-
Constructor Summary
Constructors Constructor Description BeanDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
void
setId(String id)
-
Methods inherited from class org.apache.storm.flux.model.ObjectDef
getClassName, getConfigMethods, getConstructorArgs, getFactory, getFactoryArgs, getProperties, hasConstructorArgs, hasFactory, hasFactoryArgs, hasReferences, setClassName, setConfigMethods, setConstructorArgs, setFactory, setFactoryArgs, setProperties
-
-