Method Summary |
|
public String | getClassFullName() |
public String | getClassName() |
public String | getEventRef() |
public String | getMethodName() |
public String | getNormalisedName() Getter for the normalised name of the element. |
public String | getProxyInnerClassName() Getter for the name of the proxy class to the event structure of this event. |
public String | getProxyOuterClassName() Getter for the name of the proxy class to the event structure of this event.
Use it to name the CORBA, RMI etc proxy structures (structures which carry the
same data but may use different datatypes depending on the nature of the technolgy.
Note that this proxy 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)
Also note that the name formed here is unique outside the event subscription scope (hence the word "outer" in the name.)
this means that the name somehow includes the event subscription name and may therefore be longer than necessary
if class is placed inside the event subscription scope. |
public String | getProxyTranslatorInnerClassName() |
public String | getProxyTranslatorOuterClassName() Getter for the name of the proxy translator class between input proxy structure and event structure
Note that this proxy translator 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)
Also note that the name formed here is unique outside the event subscription scope (hence the word "outer" in the name.)
this means that the name somehow includes the event subscription name and may therefore be longer than necessary
if class is placed inside the event subscription scope. |
public void | setClassFullName(String pClassFullName) |
public void | setClassName(String pClassName) |
public void | setEventRef(String pEventRef) |
public void | setMethodName(String pMethodName) |
public void | setNormalisedName(String pNormalisedName) Setter for the normalised name of the element. |
public void | setProxyInnerClassName(String pProxyInnerClassName) Setter for the name of the proxy class to the event structure of this event. |
public void | setProxyOuterClassName(String pProxyOuterClassName) Setter for the name of the proxy class to the event structure of this event.
Use it to name the CORBA, RMI etc proxy structures (structures which carry the
same data but may use different datatypes depending on the nature of the technolgy.
Note that this proxy 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)
Also note that the name formed here is unique outside the event subscription scope (hence the word "outer" in the name.)
this means that the name somehow includes the event subscription name and may therefore be longer than necessary
if class is placed inside the event subscription scope. |
public void | setProxyTranslatorInnerClassName(String pProxyTranslatorInnerClassName) |
public void | setProxyTranslatorOuterClassName(String pProxyTranslatorOuterClassName) Setter for the name of the proxy translator class between input proxy structure and event structure
Note that this proxy translator 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)
Also note that the name formed here is unique outside the event subscription scope (hence the word "outer" in the name.)
this means that the name somehow includes the event subscription name and may therefore be longer than necessary
if class is placed inside the event subscription scope. |