com.partnersoft.net.holler
Class HollerChannel

java.lang.Object
  extended by com.partnersoft.net.holler.HollerChannel
All Implemented Interfaces:
Immutable

public class HollerChannel
extends java.lang.Object
implements Immutable


Constructor Summary
HollerChannel(java.lang.String name, long checksum, CogSchema schema)
           
 
Method Summary
 long getChecksum()
           
 java.lang.String getName()
           
 CogSchema getSchema()
           
 int idForType(CogType type)
           
 CogType typeForId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HollerChannel

public HollerChannel(java.lang.String name,
                     long checksum,
                     CogSchema schema)
Method Detail

idForType

public int idForType(CogType type)

typeForId

public CogType typeForId(int id)

getName

public java.lang.String getName()

getChecksum

public long getChecksum()

getSchema

public CogSchema getSchema()