public interface IRackSystemDescriptorFactory
static IRackSystemDescriptorFactory |
INSTANCE |
|
static java.lang.String |
LIBRARY_FACTORY_CLASS |
|
Modifier and Type | Field | Description |
---|
static <T extends IRackSystemDescriptor> |
create(java.lang.Class<T> type) |
|
static <T extends IRackSystemDescriptor> |
create(java.lang.Class<T> type,
boolean lazy) |
|
static IRackSystemDescriptorFactory |
createInstance() |
|
<T extends Agent> |
createStorageDescriptor() |
|
Modifier and Type | Method | Description |
---|
static final java.lang.String LIBRARY_FACTORY_CLASS
static final IRackSystemDescriptorFactory INSTANCE
static IRackSystemDescriptorFactory createInstance()
<T extends Agent> IStorageDescriptor createStorageDescriptor()
static <T extends IRackSystemDescriptor> T create(java.lang.Class<T> type)
static <T extends IRackSystemDescriptor> T create(java.lang.Class<T> type, boolean lazy)
-
How can we improve this article?
-