|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.info.LyTag
leon.info.LyInfo
leon.info.notifier.LyNotifier
public class LyNotifier
This class implements a Notifier description. A notifier is used to send messages from a process such as creation, modification, deletion. The notifier also receives messages and keep the cached data consistent in memory. Examples of notifiers : JMS, Bus...
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyNotifier(java.lang.String id,
java.lang.String javaName,
java.util.Properties propertiesSet)
Constructs a notifier with given properties table. |
|
LyNotifier(java.lang.String id,
java.lang.String javaName,
java.lang.String properties)
Constructs a notifier with a properties file. |
Method Summary | |
---|---|
java.lang.String |
getJavaName()
Accessor the java class name used to create the instance. |
LyLocation |
getLocation()
Accessor to the location of this notifier. |
java.lang.String |
getProperties()
Accessor the full path to the properties file. |
java.util.Properties |
getPropertiesSet()
Accessor for the properties set. |
void |
setLocation(LyLocation location)
To set the location of this notifier. |
Methods inherited from class leon.info.LyInfo |
---|
getAlias, getApplication, getFile, getId, getInclude, getName, isIncluded, isInternal, isInternal, isLoaded, isLocked, load, setApplication, setFile, toString |
Methods inherited from class leon.info.LyTag |
---|
clone, getCommentsEnd, getCommentsStart, getEnvironment, getModelType, getParent, getRootProject, hasAncestor, isExtern, setCommentsEnd, setCommentsStart, wasCloned |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface leon.parser.LyCommentInterface |
---|
getCommentsEnd, getCommentsStart, setCommentsEnd, setCommentsStart |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyNotifier(java.lang.String id, java.lang.String javaName, java.lang.String properties)
id
- Identifier of the location.url
- Url of the provider. @public LyNotifier(java.lang.String id, java.lang.String javaName, java.util.Properties propertiesSet)
id
- Identifier of the location.url
- Url of the provider.Method Detail |
---|
public java.lang.String getJavaName()
public java.lang.String getProperties()
public java.util.Properties getPropertiesSet()
public void setLocation(LyLocation location)
location
- the location of the notifier.public LyLocation getLocation()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |