GenericEventGenChannelConfiguration Class
- public abstract class GenericEventGenChannelConfiguration
extends Object
implements Serializable
-
Hierarchy
-
Object
GenericEventGenChannelConfiguration
-
All Implemented Interfaces
-
Serializable
GenericEventGenChannelConfiguration
public GenericEventGenChannelConfiguration()
- Constructs a new GenericEventGenChannelConfiguration object.
getChannel() Method
public String
getChannel()
Return the channel name.
Returns
- the name of the channel.
getComment() Method
public String
getComment()
Return the description.
getPublishAsUser() Method
public String
getPublishAsUser()
Get the publishAsUser attribute
Returns
- publishAsUser attribute
setChannel(String) Method
public void setChannel(String
channel)
Set the name of the channel. XEG messages are published to the channel
specified by the channel name.
Parameters
-
channel
- - the name to channel to set.
setComment(String) Method
public void setComment(String
comment)
Set a description for the channel rule.
Parameters
-
comment
- - the description of this channel.
setPublishAsUser(String) Method
public void setPublishAsUser(String
publishAsUser)
Set the publishAsUser attribute
Parameters
-
publishAsUser
- property to set
toString() Method
public String
toString()
Returns a string representation of this channel.
-
Overrides
-
Object.toString()