|
|||||||||
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.BindingStub
public class BindingStub
Builds minimal data required for a binding and inserts into database.
Field Summary | |
---|---|
protected static java.lang.String |
deleteBinding
Deprecated. |
protected static java.lang.String |
insertBinding
Deprecated. |
protected static java.lang.String |
insertBindingKeyMap
Deprecated. |
protected static java.lang.String |
insertBindingOracle
Deprecated. |
Fields inherited from class com.ibm.uddi.promoter.entity.KeyedEntityStub |
---|
key |
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 | |
---|---|
BindingStub(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.KeyedEntityStub |
---|
getConnection, getKey, getKeyDetector, getValidator, setKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.lang.String insertBindingKeyMap
protected static java.lang.String insertBinding
protected static java.lang.String insertBindingOracle
protected static java.lang.String deleteBinding
Constructor Detail |
---|
public BindingStub(KeyDetector keyDetector) throws PromoterException
PromoterException
KeyedEntityStub.KeyedEntityStub(KeyDetector)
Method Detail |
---|
public void createStub() throws DBException, PromoterException
KeyedEntityStub
createStub
in class KeyedEntityStub
DBException
PromoterDBException
PromoterException
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
ChildEntity.setParentKey(String)
public void setSeq(int seq)
ChildEntity
setSeq
in interface ChildEntity
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 |