Uses of Class
com.elpical.jclaro.admin.ws.server.AdminChannel
Packages that use AdminChannel
Package
Description
AdministrationConnector can be used to configure and administer Claro.
-
Uses of AdminChannel in com.elpical.jclaro.admin.ws.server
Subclasses of AdminChannel in com.elpical.jclaro.admin.ws.serverModifier and TypeClassDescriptionclass
class
Class with specific DeviceLink settingsclass
Holds all settings concerning a Processing Channelclass
Holds all Settings in a Purging Channelclass
Class which holds all settings for a Routing ChannelMethods in com.elpical.jclaro.admin.ws.server that return AdminChannelModifier and TypeMethodDescriptionAdminConnector.checkChannel(AdminChannel adminChannel)
AdminConnector.createNewChannel(byte[] userToken, AdminChannel ac)
Create a new AdminChannel with settings taken from the supplied AdminChannel ONLY TO BE USED WITH THE CLARO DATABASE VERSIONAdminConnector.getChannel(byte[] userToken, int channelNumber)
Get a single channel with the given channel number.AdminConnector.getChannelByName(byte[] userToken, String name)
Get a single channel with the given channel name.Methods in com.elpical.jclaro.admin.ws.server that return types with arguments of type AdminChannelModifier and TypeMethodDescriptionAdminConnector.getChannels(byte[] userToken)
Gets a list of all ChannelsMethods in com.elpical.jclaro.admin.ws.server with parameters of type AdminChannelModifier and TypeMethodDescriptionAdminConnector.checkChannel(AdminChannel adminChannel)
AdminConnector.createNewChannel(byte[] userToken, AdminChannel ac)
Create a new AdminChannel with settings taken from the supplied AdminChannel ONLY TO BE USED WITH THE CLARO DATABASE VERSIONvoid
AdminConnector.saveChannel(byte[] userToken, AdminChannel channel)
Saves the Channel