|
|||||||||
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
public class ServiceStub
Builds minimal data required for a service and inserts into database.
Field Summary | |
---|---|
protected static java.lang.String |
deleteService
Deprecated. |
protected static java.lang.String |
insertBusAllService
Deprecated. |
protected static java.lang.String |
insertService
Deprecated. |
protected static java.lang.String |
insertServiceKeyMap
Deprecated. |
protected static java.lang.String |
insertServiceName
Deprecated. |
protected static java.lang.String |
insertServiceOracle
Deprecated. |
Fields inherited from class com.ibm.uddi.promoter.entity.NamedEntityStub |
---|
name |
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 | |
---|---|
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 |
---|
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 insertServiceKeyMap
protected static java.lang.String insertService
protected static java.lang.String insertServiceOracle
protected static java.lang.String insertServiceName
protected static java.lang.String insertBusAllService
protected static java.lang.String deleteService
Constructor Detail |
---|
public ServiceStub(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 |