|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.connector.ccmdb.schema.base.CCMDBEntryFactory
public class CCMDBEntryFactory
This class is responsible for creating of DI Entries from data model objects.
Constructor Summary | |
---|---|
CCMDBEntryFactory(CCMDBMetaData metaData)
|
Method Summary | |
---|---|
Entry |
createEntry(ActualCI configItem)
Creates a DI Entry based on a given configuration item. |
Entry |
createEntry(CIRelation relation)
Creates a DI Entry based on a given relation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CCMDBEntryFactory(CCMDBMetaData metaData)
metaData
- Method Detail |
---|
public Entry createEntry(ActualCI configItem) throws CCMDBException
configItem
-
CCMDBException
public Entry createEntry(CIRelation relation) throws CCMDBException
relation
-
CCMDBException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |