raccoon.tibco.tibrv.uitest.data
Class AbsChannel

java.lang.Object
  extended by raccoon.tibco.tibrv.uitest.data.AbsChannel
Direct Known Subclasses:
PlayerChannel, RecorderChannel

public abstract class AbsChannel
extends java.lang.Object

The configuration elements of TIB/Rendezvous transport.

Since:
Raccoon v0.7
Version:
$Id: AbsChannel.java,v 1.3 2003/07/01 19:21:00 crouvrais Exp $
Author:
Cedric ROUVRAIS

Constructor Summary
AbsChannel()
           
 
Method Summary
 java.lang.String getDaemon()
          The daemon to connect to.
 java.lang.String getDescription()
           
 java.lang.String getKey()
          The key used to uniquely identify the transport correlated to this channel.
 java.lang.String getName()
          The logical name of this channel
 java.lang.String getNetwork()
          Retreives the network specification being used.
 java.lang.String getService()
          The TIB/Rendezvous service to use
 void setDaemon(java.lang.String pDaemon)
          Defines the daemon to connect to.
 void setDescription(java.lang.String pDescription)
           
 void setName(java.lang.String pName)
          Assigns the name of this channel
 void setNetwork(java.lang.String pNetwork)
          Defines the network specification for TIB/Rendezvous to use.
 void setService(java.lang.String pService)
          Assigns the TIB/Rendezvous service to use
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsChannel

public AbsChannel()
Method Detail

getName

public java.lang.String getName()
The logical name of this channel

Returns:
the name of this channel

setName

public void setName(java.lang.String pName)
Assigns the name of this channel

Parameters:
pName - the channel name

getService

public java.lang.String getService()
The TIB/Rendezvous service to use

Returns:
the service

setService

public void setService(java.lang.String pService)
Assigns the TIB/Rendezvous service to use

Parameters:
pService - the service to use

getNetwork

public java.lang.String getNetwork()
Retreives the network specification being used.

Returns:
the network specification used.

setNetwork

public void setNetwork(java.lang.String pNetwork)
Defines the network specification for TIB/Rendezvous to use.

Parameters:
pNetwork - the network for the transport.

getDaemon

public java.lang.String getDaemon()
The daemon to connect to.

Returns:
the location of the daemon

setDaemon

public void setDaemon(java.lang.String pDaemon)
Defines the daemon to connect to.

Parameters:
pDaemon - the daemon parameter of the transport.

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String pDescription)

getKey

public java.lang.String getKey()
The key used to uniquely identify the transport correlated to this channel.

Returns:
the key containing the service, network and daemon parameters.


Copyright null null. All Rights Reserved.