public class ServiceImpl extends RegistryEntryImpl implements Service, Serializable
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN| Constructor and Description |
|---|
ServiceImpl()
Default constructor
|
ServiceImpl(String name)
Creates new ServiceImpl with the given name
|
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceBinding(ServiceBinding serviceBinding)
Add a child ServiceBinding.
|
void |
addServiceBindings(Collection serviceBindings)
Add a Collection of ServiceBinding children.
|
Organization |
getProvidingOrganization()
Get the organization that provides this service
|
Collection |
getServiceBindings()
Get the service bindings
|
void |
removeServiceBinding(ServiceBinding serviceBinding)
Remove a child ServiceBinding.
|
void |
removeServiceBindings(Collection serviceBindings)
Remove a Collection of children ServiceBindings.
|
void |
setProvidingOrganization(Organization org)
Set the organization that provides this service
|
getExpiration, getMajorVersion, getMinorVersion, getStability, getStatus, getUserVersion, setExpiration, setMajorVersion, setMinorVersion, setStability, setUserVersionaddAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, addSlot, addSlots, areAssociationsLoaded, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getConnection, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getRegistryService, getServiceId, getSubmittingOrganization, isDeleted, isLoaded, isModified, isNew, isRetrieved, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, removeSlot, removeSlots, setAssociations, setAssociationsLoaded, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setIsDeleted, setIsLoaded, setIsModified, setIsNew, setIsRetrieved, setKey, setLifeCycleManager, setName, setObjectType, setRegistryService, setServiceId, setStatusFlags, setSubmittingOrganization, toXMLgetSlot, getSlotsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpiration, getStability, getStatus, setExpiration, setStabilityaddAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsgetMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersionpublic ServiceImpl()
public ServiceImpl(String name)
public Organization getProvidingOrganization() throws JAXRException
getProvidingOrganization in interface ServiceJAXRException - If the JAXR provider encounters an internal errorRegistryObject.getSubmittingOrganization()public void setProvidingOrganization(Organization org) throws JAXRException
setProvidingOrganization in interface Serviceorg - the Organization that provides this serviceJAXRException - If the JAXR provider encounters an internal errorpublic void addServiceBinding(ServiceBinding serviceBinding) throws JAXRException
addServiceBinding in interface ServiceserviceBinding - the ServiceBinding being addedJAXRException - If the JAXR provider encounters an internal errorpublic void addServiceBindings(Collection serviceBindings) throws JAXRException
addServiceBindings in interface ServiceserviceBindings - the Collection of ServiceBindings being addedJAXRException - If the JAXR provider encounters an internal errorpublic void removeServiceBinding(ServiceBinding serviceBinding) throws JAXRException
removeServiceBinding in interface ServiceserviceBinding - the ServiceBinding being removedJAXRException - If the JAXR provider encounters an internal errorpublic void removeServiceBindings(Collection serviceBindings) throws JAXRException
removeServiceBindings in interface ServiceserviceBindings - the Collection of ServiceBindings being removedJAXRException - If the JAXR provider encounters an internal errorpublic Collection getServiceBindings() throws JAXRException
getServiceBindings in interface ServiceJAXRException - If the JAXR provider encounters an internal errorServiceBindingCopyright © 2005–2017 Oracle Corporation. All rights reserved.