|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.promoter.entity.KeyedEntityStub
com.ibm.uddi.promoter.entity.NamedEntityStub
com.ibm.uddi.promoter.entity.ServiceStub
Builds minimal data required for a service and inserts into database.
Field Summary | |
---|---|
static java.lang.String |
JAVA_COPYRIGHT
Deprecated. |
Fields inherited from interface com.ibm.uddi.promoter.CommandLineConstants |
---|
ARG_BINDING, ARG_BUSINESS, ARG_DEFINITION_FILE, ARG_DELETE, ARG_EXPORT, ARG_IMPORT, ARG_IMPORT_REFERENCED_ENTITIES, ARG_INPUT_KEYFILE, ARG_INPUT_KEYFILE_OLD, ARG_OVERWRITE, ARG_OVERWRITE_OLD, ARG_PROMOTE, ARG_PROPERTIES_FILE, ARG_SERVICE, ARG_TMODEL, ARG_VERBOSE, ARG_VERBOSE_OLD, USAGE |
Constructor Summary | |
---|---|
ServiceStub(KeyDetector keyDetector)
Deprecated. |
Method Summary | |
---|---|
void |
createStub()
Deprecated. Inserts stub data into database table(s). |
void |
deleteStub()
Deprecated. Removes stub data from database table. |
java.lang.String |
getParentKey()
Deprecated. Gets the key of the parent entity. |
int |
getSeq()
Deprecated. Gets the sequence number. |
void |
setParentKey(java.lang.String parentKey)
Deprecated. Stes the key of the parent entity. |
void |
setSeq(int seq)
Deprecated. Sets the sequence number. |
Methods inherited from class com.ibm.uddi.promoter.entity.NamedEntityStub |
---|
getName, setName |
Methods inherited from class com.ibm.uddi.promoter.entity.KeyedEntityStub |
---|
getKey, setKey |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String JAVA_COPYRIGHT
Constructor Detail |
public ServiceStub(KeyDetector keyDetector) throws PromoterException
KeyedEntityStub.KeyedEntityStub(KeyDetector)
Method Detail |
public void createStub() throws DBException, PromoterException
KeyedEntityStub
createStub
in class KeyedEntityStub
PromoterException
DBException
KeyedEntityStub.createStub()
public java.lang.String getParentKey()
ChildEntity
getParentKey
in interface ChildEntity
ChildEntity.getParentKey()
public int getSeq()
ChildEntity
getSeq
in interface ChildEntity
ChildEntity.getSeq()
public void setParentKey(java.lang.String parentKey)
ChildEntity
setParentKey
in interface ChildEntity
parentKey
- ChildEntity.setParentKey(String)
public void setSeq(int seq)
ChildEntity
setSeq
in interface ChildEntity
seq
- ChildEntity.setSeq(int)
public void deleteStub() throws DBException, PromoterException
KeyedEntityStub
deleteStub
in class KeyedEntityStub
DBException
PromoterException
KeyedEntityStub.deleteStub()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |