public class Channel
extends java.lang.Object
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
public Channel()
public Channel(java.lang.String name)
public Channel(Context ctx)
public Channel(Channel other)
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()
Submit a bug or feature
Copyright (c) 2013-2020 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.