|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.management.configuration.JMSEventGenChannelConfiguration
public class JMSEventGenChannelConfiguration
Represents a channel rule for a JMS Event Generator.
Rule Fields:
Other fields:
JMSEventGenConfigurationMBean,
Serialized Form| Constructor Summary | |
|---|---|
JMSEventGenChannelConfiguration()
|
|
| Method Summary | |
|---|---|
String |
getChannel()
Get the name of the channel |
String |
getComment()
Get the comment attribute |
String |
getMatchJmsPropertyName()
Get the matchJmsPropertyName Attribute |
String |
getMatchJmsPropertyValue()
Get the matchJmsPropertyValues attribute |
String |
getPublishAsUser()
Get the publishAsUser attribute |
void |
setChannel(String channel)
Set the channel attribute |
void |
setComment(String comment)
Set the comment attribute |
void |
setMatchJmsPropertyName(String matchJmsPropertyName)
Set the matchJmsProperty attribute |
void |
setMatchJmsPropertyValue(String matchJmsPropertyValue)
Set the matchJmsValue attribute |
void |
setPublishAsUser(String publishAsUser)
Set the publishAsUser attribute |
String |
toString()
Returns a string representation of this channel |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JMSEventGenChannelConfiguration()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getChannel()
public String getMatchJmsPropertyName()
public String getMatchJmsPropertyValue()
public String getComment()
public String getPublishAsUser()
public void setChannel(String channel)
channel - the channel for the event generatorpublic void setMatchJmsPropertyName(String matchJmsPropertyName)
matchJmsPropertyName - property to setpublic void setMatchJmsPropertyValue(String matchJmsPropertyValue)
matchJmsPropertyValue - property to setpublic void setComment(String comment)
comment - is a user comment.public void setPublishAsUser(String publishAsUser)
publishAsUser - property to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||