|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.apama.epl.plugin.Channel
public class Channel
Class that holds a channel reference and can be passed across the correlator EPL/Java plugin boundary. This class must only be used from an EPL Java Plugin (not from JMon).
Constructor Summary | |
---|---|
Channel()
The default constructor. |
|
Channel(Channel other)
Copy constructor |
|
Channel(Context ctx)
Create a Channel that wraps a Context |
|
Channel(java.lang.String name)
Create a Channel wrapping a channel name |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
empty()
Returns true iff this wraps an empty context i.e. |
boolean |
equals(java.lang.Object other)
|
int |
hashCode()
|
java.lang.String |
toString()
Returns a string representation of the channel instance. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Channel()
public Channel(java.lang.String name)
public Channel(Context ctx)
public Channel(Channel other)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public boolean empty()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
Object.clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |