public class InstrumentationBlob
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
InstrumentationBlob()
for hibernate.
|
|
InstrumentationBlob(ChannelImpl chan,
Instrumentation inst) |
Modifier and Type | Method and Description |
---|---|
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) |
protected InstrumentationBlob()
public InstrumentationBlob(ChannelImpl chan, Instrumentation inst)
public byte[] getInstrumentationAsBlob()
protected void setInstrumentationAsBlob(byte[] instBytes)
public Instrumentation getInstrumentation()
public ChannelImpl getChannel()
public void setChannel(ChannelImpl chan)
public int getDbid()
public void setDbid(int dbid)
public static org.omg.CORBA_2_3.ORB getORB()
public static void setORB(org.omg.CORBA_2_3.ORB o)