|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface IChannelType
A channel type references a particular java class that implements the IChannel interface. It also references a channel publishing document that describes the parameters that must be fed to the channel.
| Method Summary | |
|---|---|
String |
getCpdUri()
Deprecated. Get the URI of the ChannelPublishingDocument associated with this channel type. |
String |
getDescription()
Deprecated. Get a description of this channel type |
int |
getId()
Deprecated. Get the unique ID of this channel type. |
String |
getJavaClass()
Deprecated. Get the canonical name of the Java class associated with this channel type. |
String |
getName()
Deprecated. Get the name of this channel type |
void |
setCpdUri(String cpdUri)
Deprecated. Set the URI of the ChannelPublishingDocument associated with this channel type. |
void |
setDescription(String descr)
Deprecated. Set the description for this channel type |
void |
setJavaClass(String javaClass)
Deprecated. Set the associated Java class's canonical name |
| Method Detail |
|---|
int getId()
String getJavaClass()
String getName()
String getDescription()
String getCpdUri()
void setJavaClass(String javaClass)
void setDescription(String descr)
description - void setCpdUri(String cpdUri)
ChannelPublishingDocument - URI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||