|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.promoter.publish.EntityStubManager
Manages creation of minimal UDDI entity data in UDDI registry database.
Field Summary | |
---|---|
static java.lang.String |
JAVA_COPYRIGHT
Deprecated. |
static java.lang.String |
UDDI_DATA_SCHEMA_NAME
Deprecated. |
static java.lang.String |
UDDI_SYSTEM_DATA_SCHEMA_NAME
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 | |
---|---|
EntityStubManager(Publisher publisher,
KeyDetector keyDetector)
Deprecated. Constructor taking user details, and reference to KeyDetector instance which is used to prevent duplicate
inserts of minimal entity data. |
Method Summary | |
---|---|
java.util.List |
createBindingStubs(org.uddi4j.datatype.service.BusinessService service)
Deprecated. For each binding in a service, inserts the minimal data. |
int |
getHighestSequenceNumber(org.uddi4j.datatype.binding.BindingTemplate binding)
Deprecated. Returns the highest sequence number for bindings in a given BusinessService . |
int |
getHighestSequenceNumber(org.uddi4j.datatype.service.BusinessService service)
Deprecated. Returns the highest sequence number for services in a given BusinessEntity . |
BindingStub |
insertBinding(org.uddi4j.datatype.binding.BindingTemplate binding,
int sequenceNumber)
Deprecated. Inserts minimal data for a binding. |
BusinessStub |
insertBusiness(org.uddi4j.datatype.business.BusinessEntity business)
Deprecated. Inserts minimal data for a business. |
ServiceStub |
insertService(org.uddi4j.datatype.service.BusinessService service,
int sequenceNumber)
Deprecated. Inserts minimal data for a service. |
TModelStub |
insertTModel(org.uddi4j.datatype.tmodel.TModel tModel)
Deprecated. Inserts minimal data for a tModel. |
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
public static final java.lang.String UDDI_DATA_SCHEMA_NAME
public static final java.lang.String UDDI_SYSTEM_DATA_SCHEMA_NAME
Constructor Detail |
public EntityStubManager(Publisher publisher, KeyDetector keyDetector) throws PromoterException
KeyDetector
instance which is used to prevent duplicate
inserts of minimal entity data.
publisher
- keyDetector
- Method Detail |
public BusinessStub insertBusiness(org.uddi4j.datatype.business.BusinessEntity business) throws PromoterDBException, PromoterException
A BusinessStub
is returned so the minimal entity can be removed should the publish step fail.
business
-
PromoterDBException
PromoterException
public BindingStub insertBinding(org.uddi4j.datatype.binding.BindingTemplate binding, int sequenceNumber) throws PromoterDBException, PromoterException
A BindingStub
is returned so the minimal entity can be removed should the publish step fail.
binding
- sequenceNumber
- The sequence number within the binding's BusinessService
.
PromoterDBException
PromoterException
public ServiceStub insertService(org.uddi4j.datatype.service.BusinessService service, int sequenceNumber) throws PromoterDBException, PromoterException
A ServiceStub
is returned so the minimal entity can be removed should the publish step fail.
service
- sequenceNumber
-
PromoterDBException
PromoterException
public TModelStub insertTModel(org.uddi4j.datatype.tmodel.TModel tModel) throws PromoterDBException, PromoterException
A TModelStub
is returned so the minimal entity can be removed should the publish step fail.
tModel
-
PromoterDBException
PromoterException
public java.util.List createBindingStubs(org.uddi4j.datatype.service.BusinessService service) throws PromoterUDDI4JException, PromoterDBException, PromoterException
service
-
BindingStub
inserted.
PromoterUDDI4JException
PromoterDBException
PromoterException
public int getHighestSequenceNumber(org.uddi4j.datatype.binding.BindingTemplate binding) throws PromoterException
BusinessService
.
Zero value indicates the BusinessService
has no child bindings.
binding
-
BusinessService
.
PromoterException
public int getHighestSequenceNumber(org.uddi4j.datatype.service.BusinessService service) throws PromoterException
BusinessEntity
.
Zero value indicates the BusinessEntity
has no child services.
service
-
BusinessEntity
.
PromoterException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |