MetaBoss

com.metaboss.sdlctools.services.codegenerationstylesheet
Class STEventSubscriptionStylesheet

java.lang.Object
  extended bycom.metaboss.sdlctools.services.codegenerationstylesheet.STEventSubscriptionStylesheet

public final class STEventSubscriptionStylesheet
extends java.lang.Object

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

STEventSubscriptionStylesheet

public STEventSubscriptionStylesheet()
Method Detail

getEventSubscriptionRef

public java.lang.String getEventSubscriptionRef()
Getter for the unique identifier of the corresponding event subscription


getNormalisedName

public java.lang.String getNormalisedName()
Getter for the normalised name of the element. Normalised name is a "safe to use in computing" kind of name it must be a single word consisting of the most basic set of characters (e.g. letters, numbers, underscores). Note that this name may not be unique in the namespace of the parent element, because sibling element of another type may have the same name. Consider using NormalisedTypedName to get more unique name


getPackageName

public java.lang.String getPackageName()
Getter for the name of the package where interface realising this event subscription resides


getInterfaceName

public java.lang.String getInterfaceName()
Getter for the name of the interface realising this event subscription


getSubscriberInterfaceName

public java.lang.String getSubscriberInterfaceName()
Getter for the name of the interface realising this event subscriber


getSubscriberAdapterClassName

public java.lang.String getSubscriberAdapterClassName()
Getter for the name of the adapter class realising this event subscriber adapter


setSubscriberAdapterClassName

public void setSubscriberAdapterClassName(java.lang.String pSubscriberAdapterClassName)
Setter for the name of the adapter class realising this event subscriber adapter


getNamespaceURI

public java.lang.String getNamespaceURI()
Getter for the standard xml schema namespace


getInterfaceFullName

public java.lang.String getInterfaceFullName()
Getter for the full name of the interface realising this event subscription


getAdapterClassName

public java.lang.String getAdapterClassName()
Getter for the name of the class, which is an adaptor / bridge between this event subscription and some other technology. 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)


getAdaptersRootPackageName

public java.lang.String getAdaptersRootPackageName()
Getter for the name of the package for the adapters of the event subscription


getAdapterRootPackageDir

public java.lang.String getAdapterRootPackageDir()
Getter 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


getImplementationClassName

public java.lang.String getImplementationClassName()
Getter for the name of the class implementing 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)


getImplementationFactoryClassName

public 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)


getGeneratedImplementationBasePackageName

public java.lang.String getGeneratedImplementationBasePackageName()
Getter for the name of the root package under which generated event subscription implementations are located. If event subscription has the one and only one possible default implementation - it can go in this package itself. All other implementations must be in the sub packages of this package. For example if this setting equals com.metaboss.generatedimpl than the simulator implementation would be in the package com.metaboss.generatedimpl.simulator


getGeneratedImplementationNameSuffix

public java.lang.String getGeneratedImplementationNameSuffix()
Getter for the suffix to use when generating the name of the generated implementation. For example if this setting equals "_Autogenerated" than the Simulator implementation would have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Simulator_Autogenerated


getGeneratedImplementationNamePrefix

public java.lang.String getGeneratedImplementationNamePrefix()
Getter for the suffix to use when generating the name of the generated implementation. For example if this setting equals "Autogenerated_" than the Simulator implementation would have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Autogenerated_Simulator


getGeneratedProxyBasePackageName

public java.lang.String getGeneratedProxyBasePackageName()
Getter for the name of the root package under which generated event subscription proxies are located. If event subscription has the one and only one possible default proxy (very unlikely !!!) - it can go in this package itself. All other proxies must be in the sub packages of this package. For example if this setting equals com.metaboss.generatedproxy than the logging proxy would be in the package com.metaboss.generatedproxy.logging


getGeneratedProxyRefSuffix

public java.lang.String getGeneratedProxyRefSuffix()
Getter for the suffix to use when creating the reference of the generated proxy. For example if this setting equals "_Autogenerated" than the Logging proxy would have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Logging_Autogenerated


getCataloguePathToTop

public java.lang.String getCataloguePathToTop()
Getter for the relative path to the top from the catalogue where information related to this object is located. Catalogue is a directory tree where each node is named as _. It is used for things like help files, documentation directory tree etc.


getCataloguePathFromTop

public java.lang.String getCataloguePathFromTop()
Getter 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 _. It is used for things like help files, documentation directory tree etc.


setPackageName

public void setPackageName(java.lang.String pPackageName)
Setter for the name of the package where interface realising this event subscription is residing


setNormalisedName

public void setNormalisedName(java.lang.String pNormalisedName)
Setter for the normalised name of the element. Normalised name is a "safe to use in computing" kind of name it must be a single word consisting of the most basic set of characters (e.g. letters, numbers, underscores). Note that this name may not be unique in the namespace of the parent element, because sibling element of another type may have the same name. Consider using NormalisedTypedName to get more unique name


getNormalisedTypedName

public java.lang.String getNormalisedTypedName()
Getter for the normalised typed name of the element. Normalised typed name is similar to the normalised name, but it is derived from type name and element name which guarantees that this name is unique within parent element scope.


setNormalisedTypedName

public void setNormalisedTypedName(java.lang.String pNormalisedTypedName)
Setter for the normalised typed name of the element. Normalised typed name is similar to the normalised name, but it is derived from type name and element name which guarantees that this name is unique within parent element scope.


setInterfaceName

public void setInterfaceName(java.lang.String pInterfaceName)
Setter for the name of the interface realising this event subscription


setNamespaceURI

public void setNamespaceURI(java.lang.String pNamespaceURI)
Setter for the generic xml name space URI


setInterfaceFullName

public void setInterfaceFullName(java.lang.String pInterfaceFullName)
Setter for the full name of the interface realising this event subscription


setSubscriberInterfaceName

public void setSubscriberInterfaceName(java.lang.String pSubscriberInterfaceName)
Setter for the name of the interface realising this event subscriber


setEventSubscriptionRef

public void setEventSubscriptionRef(java.lang.String pEventSubscriptionRef)
Setter for the unique identifier of the corresponding event subscription


setAdaptersRootPackageName

public void setAdaptersRootPackageName(java.lang.String pAdapterRootPackageName)
Setter for the name of the package for the adapters of the event subscription


setAdapterRootPackageDir

public 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


setAdapterClassName

public 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. 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)


setImplementationClassName

public void setImplementationClassName(java.lang.String pImplementationClassName)
Setter for the name of the class implementing 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)


setImplementationFactoryClassName

public 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)


setGeneratedImplementationBasePackageName

public void setGeneratedImplementationBasePackageName(java.lang.String pGeneratedImplementationBasePackageName)
Setter for the name of the root package under which generated event subscription implementations are located. If event subscription has the one and only one possible default implementation - it can go in this package itself. All other implementations must be in the sub packages of this package. For example if this setting equals com.metaboss.generatedimpl than the simulator implementation would be in the package com.metaboss.generatedimpl.simulator


setGeneratedImplementationNameSuffix

public void setGeneratedImplementationNameSuffix(java.lang.String pGeneratedImplementationNameSuffix)
Setter for the suffix to use when creating the name of the generated implementation. For example if this setting equals "_Autogenerated" than the Simulator implementation would have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Simulator_Autogenerated


setGeneratedImplementationNamePrefix

public void setGeneratedImplementationNamePrefix(java.lang.String pGeneratedImplementationNamePrefix)
Setter for the prefix to use when creating the name of the generated implementation. For example if this setting equals "Autogenerated_" than the Simulator implementation would have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Autogenerated_Simulator


setGeneratedProxyBasePackageName

public void setGeneratedProxyBasePackageName(java.lang.String pGeneratedProxyBasePackageName)
Setter for the name of the root package under which generated event subscription proxies are located. If event subscription has the one and only one possible default proxy (very unlikely !!!) - it can go in this package itself. All other proxies must be in the sub packages of this package. For example if this setting equals com.metaboss.generatedproxy than the logging proxy would be in the package com.metaboss.generatedproxy.logging


setGeneratedProxyRefSuffix

public void setGeneratedProxyRefSuffix(java.lang.String pGeneratedProxyRefSuffix)
Setter for the suffix to use when creating the reference of the generated proxy. For example if this setting equals "_Autogenerated" than the Logging proxy would have ref <Enterprise>.<System>.<Servicemodule>.<Service>.Logging_Autogenerated


setCataloguePathToTop

public 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. Catalogue is a directory tree where each node is named as _. It is used for things like help files, documentation directory tree etc.


setCataloguePathFromTop

public 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 _. It is used for things like help files, documentation directory tree etc.


getPublisherPackageName

public java.lang.String getPublisherPackageName()
Getter for the name of the package where pipeline interfaces realising this event subscription resides


setPublisherPackageName

public void setPublisherPackageName(java.lang.String pPublisherPackageName)
Setter for the name of the package where pipeline interfaces realising this event subscription resides


getPublisherEventSinkInterfaceName

public java.lang.String getPublisherEventSinkInterfaceName()
Getter for the name of the interface implementing event sink for this event subscription resides


setPublisherEventSinkInterfaceName

public void setPublisherEventSinkInterfaceName(java.lang.String pPublisherEventSinkInterfaceName)
Setter for the name of the interface implementing event sink for this event subscription resides


getPublisherEventSinkInterfaceFullName

public java.lang.String getPublisherEventSinkInterfaceFullName()
Getter for the full name of the interface implementing event sink for this event subscription resides


setPublisherEventSinkInterfaceFullName

public void setPublisherEventSinkInterfaceFullName(java.lang.String pPublisherEventSinkInterfaceFullName)
Setter for the name of the interface implementing event sink for this event subscription resides


getPublisherSynchroniserInterfaceName

public java.lang.String getPublisherSynchroniserInterfaceName()
Getter for the name of the interface implementing event synchroniser for this event subscription resides


setPublisherSynchroniserInterfaceName

public void setPublisherSynchroniserInterfaceName(java.lang.String pPublisherSynchroniserInterfaceName)
Setter for the name of the interface implementing event synchroniser for this event subscription resides


getPublisherSynchroniserInterfaceFullName

public java.lang.String getPublisherSynchroniserInterfaceFullName()
Getter for the full name of the interface implementing event synchroniser for this event subscription resides


setPublisherSynchroniserInterfaceFullName

public void setPublisherSynchroniserInterfaceFullName(java.lang.String pPublisherSynchroniserInterfaceFullName)
Setter for the name of the interface implementing event synchroniser for this event subscription resides


getSubscriberSubscriptionInitiatedHandlerName

public java.lang.String getSubscriberSubscriptionInitiatedHandlerName()
Getter for the name of the SubscriptionInitiated handler method inside the Subscriber


setSubscriberSubscriptionInitiatedHandlerName

public void setSubscriberSubscriptionInitiatedHandlerName(java.lang.String pSubscriberSubscriptionInitiatedHandlerName)
Setter for the name of the SubscriptionInitiated handler method inside the Subscriber


getSubscriberSubscriptionInterruptedHandlerName

public java.lang.String getSubscriberSubscriptionInterruptedHandlerName()
Getter for the name of the SubscriptionInterrupted handler method inside the Subscriber


setSubscriberSubscriptionInterruptedHandlerName

public void setSubscriberSubscriptionInterruptedHandlerName(java.lang.String pSubscriberSubscriptionInterruptedHandlerName)
Setter for the name of the SubscriptionInterrupted handler method inside the Subscriber


getSubscriberSubscriptionRestoredHandlerName

public java.lang.String getSubscriberSubscriptionRestoredHandlerName()
Getter for the name of the SubscriptionRestored handler method inside the Subscriber


setSubscriberSubscriptionRestoredHandlerName

public void setSubscriberSubscriptionRestoredHandlerName(java.lang.String pSubscriberSubscriptionRestoredHandlerName)
Setter for the name of the SubscriptionRestored handler method inside the Subscriber


getSubscriberSubscriptionTerminatedHandlerName

public java.lang.String getSubscriberSubscriptionTerminatedHandlerName()
Getter for the name of the SubscriptionTerminated handler method inside the Subscriber


setSubscriberSubscriptionTerminatedHandlerName

public void setSubscriberSubscriptionTerminatedHandlerName(java.lang.String pSubscriberSubscriptionTerminatedHandlerName)
Setter for the name of the SubscriptionTerminated handler method inside the Subscriber


getPublisherSynchroniserImplementationClassName

public java.lang.String getPublisherSynchroniserImplementationClassName()
Getter for the name of the class implementing event synchroniser for this event subscription


setPublisherSynchroniserImplementationClassName

public void setPublisherSynchroniserImplementationClassName(java.lang.String pPublisherSynchroniserImplementationClassName)
Setter for the name of the class implementing event synchroniser for this event subscription


getPublisherSynchroniserImplementationFactoryClassName

public java.lang.String getPublisherSynchroniserImplementationFactoryClassName()
Getter for the name of the factory for the implementation of event synchroniser for this event subscription


setPublisherSynchroniserImplementationFactoryClassName

public void setPublisherSynchroniserImplementationFactoryClassName(java.lang.String pPublisherSynchroniserImplementationFactoryClassName)
Setter for the name of the factory for the implementation of event synchroniser for this event subscription


getPublisherEventSinkImplementationClassName

public java.lang.String getPublisherEventSinkImplementationClassName()
Getter for the name of the class implementing event sink for this event subscription


setPublisherEventSinkImplementationClassName

public void setPublisherEventSinkImplementationClassName(java.lang.String pPublisherEventSinkImplementationClassName)
Setter for the name of the class implementing event sink for this event subscription


getPublisherEventSinkImplementationFactoryClassName

public java.lang.String getPublisherEventSinkImplementationFactoryClassName()
Getter for the name of the factory class implementing event sink for this event subscription


setPublisherEventSinkImplementationFactoryClassName

public void setPublisherEventSinkImplementationFactoryClassName(java.lang.String pPublisherEventSinkImplementationFactoryClassName)
Setter for the name of the factory class implementing event sink for this event subscription


MetaBoss

Copyright © 2000-2005 Softaris Pty.Ltd. All Rights Reserved.