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(edu.iris.Fissures.network.ChannelImpl chan, edu.iris.Fissures.IfNetwork.Instrumentation inst)
           
 
Method Summary
 edu.iris.Fissures.network.ChannelImpl getChannel()
           
 int getDbid()
           
 edu.iris.Fissures.IfNetwork.Instrumentation getInstrumentation()
           
 byte[] getInstrumentationAsBlob()
           
static org.omg.CORBA_2_3.ORB getORB()
           
 void setChannel(edu.iris.Fissures.network.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(edu.iris.Fissures.network.ChannelImpl chan,
                           edu.iris.Fissures.IfNetwork.Instrumentation inst)
Method Detail

getInstrumentationAsBlob

public byte[] getInstrumentationAsBlob()

setInstrumentationAsBlob

protected void setInstrumentationAsBlob(byte[] instBytes)

getInstrumentation

public edu.iris.Fissures.IfNetwork.Instrumentation getInstrumentation()

getChannel

public edu.iris.Fissures.network.ChannelImpl getChannel()

setChannel

public void setChannel(edu.iris.Fissures.network.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)