edu.sc.seis.fissuresUtil.hibernate
Class InstrumentationBlob

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.hibernate.InstrumentationBlob

public class InstrumentationBlob
extends java.lang.Object


Constructor Summary
protected InstrumentationBlob()
          for hibernate.
  InstrumentationBlob(ChannelImpl chan, Instrumentation inst)
           
 
Method Summary
 ChannelImpl getChannel()
           
 int getDbid()
           
 Instrumentation getInstrumentation()
           
 byte[] getInstrumentationAsBlob()
           
static org.omg.CORBA_2_3.ORB getORB()
           
 void setChannel(ChannelImpl chan)
           
 void setDbid(int dbid)
           
protected  void setInstrumentationAsBlob(byte[] instBytes)
           
static void setORB(org.omg.CORBA_2_3.ORB o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentationBlob

protected InstrumentationBlob()
for hibernate.


InstrumentationBlob

public InstrumentationBlob(ChannelImpl chan,
                           Instrumentation inst)
Method Detail

getInstrumentationAsBlob

public byte[] getInstrumentationAsBlob()

setInstrumentationAsBlob

protected void setInstrumentationAsBlob(byte[] instBytes)

getInstrumentation

public Instrumentation getInstrumentation()

getChannel

public ChannelImpl getChannel()

setChannel

public void setChannel(ChannelImpl chan)

getDbid

public int getDbid()

setDbid

public void setDbid(int dbid)

getORB

public static org.omg.CORBA_2_3.ORB getORB()

setORB

public static void setORB(org.omg.CORBA_2_3.ORB o)