2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.implementation.notification
Class NotificationImplementationImpl
java.lang.Object
org.apache.tuscany.sca.assembly.impl.BaseImpl
org.apache.tuscany.sca.assembly.impl.ExtensibleImpl
org.apache.tuscany.sca.assembly.impl.ComponentTypeImpl
org.apache.tuscany.sca.assembly.impl.ImplementationImpl
org.apache.tuscany.sca.implementation.notification.NotificationImplementationImpl
- All Implemented Interfaces:
- java.lang.Cloneable, Base, ComponentType, Extensible, Implementation, OperationsConfigurator, IntentAttachPoint, PolicySetAttachPoint
public class NotificationImplementationImpl
- extends ImplementationImpl
- implements Implementation
Model object for a Notification implementation.
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
NotificationImplementationImpl
public NotificationImplementationImpl()
getComponentTypeName
public java.lang.String getComponentTypeName()
setComponentTypeName
public void setComponentTypeName(java.lang.String componentTypeName)
getImplementationType
public java.lang.String getImplementationType()
setImplementationType
public void setImplementationType(java.lang.String implementationType)
getComponentType
public ComponentType getComponentType()
setComponentType
public void setComponentType(ComponentType componentType)
getServices
public java.util.List<Service> getServices()
- Description copied from interface:
ComponentType
- Returns a list of services that are offered.
- Specified by:
getServices
in interface ComponentType
- Overrides:
getServices
in class ComponentTypeImpl
- Returns:
- a list of services that are offered
getReferences
public java.util.List<Reference> getReferences()
- Description copied from interface:
ComponentType
- Returns the list of reference types that are used.
- Specified by:
getReferences
in interface ComponentType
- Overrides:
getReferences
in class ComponentTypeImpl
- Returns:
- the list of reference types that are used
hashCode
public int hashCode()
- Overrides:
hashCode
in class ComponentTypeImpl
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class ComponentTypeImpl