|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaboss.sdlctools.services.codegenerationstylesheet.STEventSubscriptionStylesheet
This structure contains the stylesheet (set of names) pertained to the particular event subscription
Constructor Summary | |
STEventSubscriptionStylesheet()
|
Method Summary | |
java.lang.String |
getAdapterClassName()
Getter for the name of the class, which is an adaptor / bridge between this event subscription and some other technology. |
java.lang.String |
getAdapterRootPackageDir()
Getter for the name of the directory for the adapters of the event subscription. |
java.lang.String |
getAdaptersRootPackageName()
Getter for the name of the package for the adapters of the event subscription |
java.lang.String |
getCataloguePathFromTop()
Getter for the relative path from the top to the catalogue where information related to this object is located. |
java.lang.String |
getCataloguePathToTop()
Getter for the relative path to the top from the catalogue where information related to this object is located. |
java.lang.String |
getEventSubscriptionRef()
Getter for the unique identifier of the corresponding event subscription |
java.lang.String |
getGeneratedImplementationBasePackageName()
Getter for the name of the root package under which generated event subscription implementations are located. |
java.lang.String |
getGeneratedImplementationNamePrefix()
Getter for the suffix to use when generating the name of the generated implementation. |
java.lang.String |
getGeneratedImplementationNameSuffix()
Getter for the suffix to use when generating the name of the generated implementation. |
java.lang.String |
getGeneratedProxyBasePackageName()
Getter for the name of the root package under which generated event subscription proxies are located. |
java.lang.String |
getGeneratedProxyRefSuffix()
Getter for the suffix to use when creating the reference of the generated proxy. |
java.lang.String |
getImplementationClassName()
Getter for the name of the class implementing this event subscription. |
java.lang.String |
getImplementationFactoryClassName()
Getter for the name of the object factory class instantiating this event subscription Note that this class may reside in any package as chosen by generator (in fact there will most probably be more than one implementation each in different package) |
java.lang.String |
getInterfaceFullName()
Getter for the full name of the interface realising this event subscription |
java.lang.String |
getInterfaceName()
Getter for the name of the interface realising this event subscription |
java.lang.String |
getNamespaceURI()
Getter for the standard xml schema namespace |
java.lang.String |
getNormalisedName()
Getter for the normalised name of the element. |
java.lang.String |
getNormalisedTypedName()
Getter for the normalised typed name of the element. |
java.lang.String |
getPackageName()
Getter for the name of the package where interface realising this event subscription resides |
java.lang.String |
getPublisherEventSinkImplementationClassName()
Getter for the name of the class implementing event sink for this event subscription |
java.lang.String |
getPublisherEventSinkImplementationFactoryClassName()
Getter for the name of the factory class implementing event sink for this event subscription |
java.lang.String |
getPublisherEventSinkInterfaceFullName()
Getter for the full name of the interface implementing event sink for this event subscription resides |
java.lang.String |
getPublisherEventSinkInterfaceName()
Getter for the name of the interface implementing event sink for this event subscription resides |
java.lang.String |
getPublisherPackageName()
Getter for the name of the package where pipeline interfaces realising this event subscription resides |
java.lang.String |
getPublisherSynchroniserImplementationClassName()
Getter for the name of the class implementing event synchroniser for this event subscription |
java.lang.String |
getPublisherSynchroniserImplementationFactoryClassName()
Getter for the name of the factory for the implementation of event synchroniser for this event subscription |
java.lang.String |
getPublisherSynchroniserInterfaceFullName()
Getter for the full name of the interface implementing event synchroniser for this event subscription resides |
java.lang.String |
getPublisherSynchroniserInterfaceName()
Getter for the name of the interface implementing event synchroniser for this event subscription resides |
java.lang.String |
getSubscriberAdapterClassName()
Getter for the name of the adapter class realising this event subscriber adapter |
java.lang.String |
getSubscriberInterfaceName()
Getter for the name of the interface realising this event subscriber |
java.lang.String |
getSubscriberSubscriptionInitiatedHandlerName()
Getter for the name of the SubscriptionInitiated handler method inside the Subscriber |
java.lang.String |
getSubscriberSubscriptionInterruptedHandlerName()
Getter for the name of the SubscriptionInterrupted handler method inside the Subscriber |
java.lang.String |
getSubscriberSubscriptionRestoredHandlerName()
Getter for the name of the SubscriptionRestored handler method inside the Subscriber |
java.lang.String |
getSubscriberSubscriptionTerminatedHandlerName()
Getter for the name of the SubscriptionTerminated handler method inside the Subscriber |
void |
setAdapterClassName(java.lang.String pAdapterClassName)
Setter for the name of the class, which is an adaptor / bridge between this event subscription and some other technology. |
void |
setAdapterRootPackageDir(java.lang.String pAdapterRootPackageDir)
Setter for the name of the directory for the adapters of the event subscription Directory is formed similar to package, but directory separators are used intead of dots |
void |
setAdaptersRootPackageName(java.lang.String pAdapterRootPackageName)
Setter for the name of the package for the adapters of the event subscription |
void |
setCataloguePathFromTop(java.lang.String pCataloguePathFromTop)
Setter for the relative path from the top to the catalogue where information related to this object is located Catalogue is a directory tree where each node is named as |
void |
setCataloguePathToTop(java.lang.String pCataloguePathToTop)
Setter for the relative path to the top from the catalogue where information related to this object is located. |
void |
setEventSubscriptionRef(java.lang.String pEventSubscriptionRef)
Setter for the unique identifier of the corresponding event subscription |
void |
setGeneratedImplementationBasePackageName(java.lang.String pGeneratedImplementationBasePackageName)
Setter for the name of the root package under which generated event subscription implementations are located. |
void |
setGeneratedImplementationNamePrefix(java.lang.String pGeneratedImplementationNamePrefix)
Setter for the prefix to use when creating the name of the generated implementation. |
void |
setGeneratedImplementationNameSuffix(java.lang.String pGeneratedImplementationNameSuffix)
Setter for the suffix to use when creating the name of the generated implementation. |
void |
setGeneratedProxyBasePackageName(java.lang.String pGeneratedProxyBasePackageName)
Setter for the name of the root package under which generated event subscription proxies are located. |
void |
setGeneratedProxyRefSuffix(java.lang.String pGeneratedProxyRefSuffix)
Setter for the suffix to use when creating the reference of the generated proxy. |
void |
setImplementationClassName(java.lang.String pImplementationClassName)
Setter for the name of the class implementing this event subscription. |
void |
setImplementationFactoryClassName(java.lang.String pImplementationFactoryClassName)
Setter for the name of the object factory class instantiating this event subscription Note that this class may reside in any package as chosen by generator (in fact there will most probably be more than one implementation each in different package) |
void |
setInterfaceFullName(java.lang.String pInterfaceFullName)
Setter for the full name of the interface realising this event subscription |
void |
setInterfaceName(java.lang.String pInterfaceName)
Setter for the name of the interface realising this event subscription |
void |
setNamespaceURI(java.lang.String pNamespaceURI)
Setter for the generic xml name space URI |
void |
setNormalisedName(java.lang.String pNormalisedName)
Setter for the normalised name of the element. |
void |
setNormalisedTypedName(java.lang.String pNormalisedTypedName)
Setter for the normalised typed name of the element. |
void |
setPackageName(java.lang.String pPackageName)
Setter for the name of the package where interface realising this event subscription is residing |
void |
setPublisherEventSinkImplementationClassName(java.lang.String pPublisherEventSinkImplementationClassName)
Setter for the name of the class implementing event sink for this event subscription |
void |
setPublisherEventSinkImplementationFactoryClassName(java.lang.String pPublisherEventSinkImplementationFactoryClassName)
Setter for the name of the factory class implementing event sink for this event subscription |
void |
setPublisherEventSinkInterfaceFullName(java.lang.String pPublisherEventSinkInterfaceFullName)
Setter for the name of the interface implementing event sink for this event subscription resides |
void |
setPublisherEventSinkInterfaceName(java.lang.String pPublisherEventSinkInterfaceName)
Setter for the name of the interface implementing event sink for this event subscription resides |
void |
setPublisherPackageName(java.lang.String pPublisherPackageName)
Setter for the name of the package where pipeline interfaces realising this event subscription resides |
void |
setPublisherSynchroniserImplementationClassName(java.lang.String pPublisherSynchroniserImplementationClassName)
Setter for the name of the class implementing event synchroniser for this event subscription |
void |
setPublisherSynchroniserImplementationFactoryClassName(java.lang.String pPublisherSynchroniserImplementationFactoryClassName)
Setter for the name of the factory for the implementation of event synchroniser for this event subscription |
void |
setPublisherSynchroniserInterfaceFullName(java.lang.String pPublisherSynchroniserInterfaceFullName)
Setter for the name of the interface implementing event synchroniser for this event subscription resides |
void |
setPublisherSynchroniserInterfaceName(java.lang.String pPublisherSynchroniserInterfaceName)
Setter for the name of the interface implementing event synchroniser for this event subscription resides |
void |
setSubscriberAdapterClassName(java.lang.String pSubscriberAdapterClassName)
Setter for the name of the adapter class realising this event subscriber adapter |
void |
setSubscriberInterfaceName(java.lang.String pSubscriberInterfaceName)
Setter for the name of the interface realising this event subscriber |
void |
setSubscriberSubscriptionInitiatedHandlerName(java.lang.String pSubscriberSubscriptionInitiatedHandlerName)
Setter for the name of the SubscriptionInitiated handler method inside the Subscriber |
void |
setSubscriberSubscriptionInterruptedHandlerName(java.lang.String pSubscriberSubscriptionInterruptedHandlerName)
Setter for the name of the SubscriptionInterrupted handler method inside the Subscriber |
void |
setSubscriberSubscriptionRestoredHandlerName(java.lang.String pSubscriberSubscriptionRestoredHandlerName)
Setter for the name of the SubscriptionRestored handler method inside the Subscriber |
void |
setSubscriberSubscriptionTerminatedHandlerName(java.lang.String pSubscriberSubscriptionTerminatedHandlerName)
Setter for the name of the SubscriptionTerminated handler method inside the Subscriber |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public STEventSubscriptionStylesheet()
Method Detail |
public java.lang.String getEventSubscriptionRef()
public java.lang.String getNormalisedName()
public java.lang.String getPackageName()
public java.lang.String getInterfaceName()
public java.lang.String getSubscriberInterfaceName()
public java.lang.String getSubscriberAdapterClassName()
public void setSubscriberAdapterClassName(java.lang.String pSubscriberAdapterClassName)
public java.lang.String getNamespaceURI()
public java.lang.String getInterfaceFullName()
public java.lang.String getAdapterClassName()
public java.lang.String getAdaptersRootPackageName()
public java.lang.String getAdapterRootPackageDir()
public java.lang.String getImplementationClassName()
public java.lang.String getImplementationFactoryClassName()
public java.lang.String getGeneratedImplementationBasePackageName()
public java.lang.String getGeneratedImplementationNameSuffix()
public java.lang.String getGeneratedImplementationNamePrefix()
public java.lang.String getGeneratedProxyBasePackageName()
public java.lang.String getGeneratedProxyRefSuffix()
public java.lang.String getCataloguePathToTop()
public java.lang.String getCataloguePathFromTop()
public void setPackageName(java.lang.String pPackageName)
public void setNormalisedName(java.lang.String pNormalisedName)
public java.lang.String getNormalisedTypedName()
public void setNormalisedTypedName(java.lang.String pNormalisedTypedName)
public void setInterfaceName(java.lang.String pInterfaceName)
public void setNamespaceURI(java.lang.String pNamespaceURI)
public void setInterfaceFullName(java.lang.String pInterfaceFullName)
public void setSubscriberInterfaceName(java.lang.String pSubscriberInterfaceName)
public void setEventSubscriptionRef(java.lang.String pEventSubscriptionRef)
public void setAdaptersRootPackageName(java.lang.String pAdapterRootPackageName)
public void setAdapterRootPackageDir(java.lang.String pAdapterRootPackageDir)
public void setAdapterClassName(java.lang.String pAdapterClassName)
public void setImplementationClassName(java.lang.String pImplementationClassName)
public void setImplementationFactoryClassName(java.lang.String pImplementationFactoryClassName)
public void setGeneratedImplementationBasePackageName(java.lang.String pGeneratedImplementationBasePackageName)
public void setGeneratedImplementationNameSuffix(java.lang.String pGeneratedImplementationNameSuffix)
public void setGeneratedImplementationNamePrefix(java.lang.String pGeneratedImplementationNamePrefix)
public void setGeneratedProxyBasePackageName(java.lang.String pGeneratedProxyBasePackageName)
public void setGeneratedProxyRefSuffix(java.lang.String pGeneratedProxyRefSuffix)
public void setCataloguePathToTop(java.lang.String pCataloguePathToTop)
public void setCataloguePathFromTop(java.lang.String pCataloguePathFromTop)
public java.lang.String getPublisherPackageName()
public void setPublisherPackageName(java.lang.String pPublisherPackageName)
public java.lang.String getPublisherEventSinkInterfaceName()
public void setPublisherEventSinkInterfaceName(java.lang.String pPublisherEventSinkInterfaceName)
public java.lang.String getPublisherEventSinkInterfaceFullName()
public void setPublisherEventSinkInterfaceFullName(java.lang.String pPublisherEventSinkInterfaceFullName)
public java.lang.String getPublisherSynchroniserInterfaceName()
public void setPublisherSynchroniserInterfaceName(java.lang.String pPublisherSynchroniserInterfaceName)
public java.lang.String getPublisherSynchroniserInterfaceFullName()
public void setPublisherSynchroniserInterfaceFullName(java.lang.String pPublisherSynchroniserInterfaceFullName)
public java.lang.String getSubscriberSubscriptionInitiatedHandlerName()
public void setSubscriberSubscriptionInitiatedHandlerName(java.lang.String pSubscriberSubscriptionInitiatedHandlerName)
public java.lang.String getSubscriberSubscriptionInterruptedHandlerName()
public void setSubscriberSubscriptionInterruptedHandlerName(java.lang.String pSubscriberSubscriptionInterruptedHandlerName)
public java.lang.String getSubscriberSubscriptionRestoredHandlerName()
public void setSubscriberSubscriptionRestoredHandlerName(java.lang.String pSubscriberSubscriptionRestoredHandlerName)
public java.lang.String getSubscriberSubscriptionTerminatedHandlerName()
public void setSubscriberSubscriptionTerminatedHandlerName(java.lang.String pSubscriberSubscriptionTerminatedHandlerName)
public java.lang.String getPublisherSynchroniserImplementationClassName()
public void setPublisherSynchroniserImplementationClassName(java.lang.String pPublisherSynchroniserImplementationClassName)
public java.lang.String getPublisherSynchroniserImplementationFactoryClassName()
public void setPublisherSynchroniserImplementationFactoryClassName(java.lang.String pPublisherSynchroniserImplementationFactoryClassName)
public java.lang.String getPublisherEventSinkImplementationClassName()
public void setPublisherEventSinkImplementationClassName(java.lang.String pPublisherEventSinkImplementationClassName)
public java.lang.String getPublisherEventSinkImplementationFactoryClassName()
public void setPublisherEventSinkImplementationFactoryClassName(java.lang.String pPublisherEventSinkImplementationFactoryClassName)
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |