Calypso Gateway v1.0

codec
Class CorbaObject

java.lang.Object
  |
  +--codec.CorbaObject

public final class CorbaObject
extends java.lang.Object

Class representing Gateway-oriented model of CORBA object.


Field Summary
private  org.omg.CORBA.Object object
           
static int PCO_TYPE_CLIENT
           
static int PCO_TYPE_PRODUCT
           
static int PCO_TYPE_SERVER
           
private  java.lang.String pcoName
           
private  int pcoType
           
 
Constructor Summary
CorbaObject(org.omg.CORBA.Object object_, java.lang.String pcoName_, int pcoType_)
           
 
Method Summary
private  void checkPcoType(int pcoType_)
           
 org.omg.CORBA.Object getObject()
           
 java.lang.String getPcoName()
           
 int getPcoType()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

object

private org.omg.CORBA.Object object

pcoName

private java.lang.String pcoName

pcoType

private int pcoType

PCO_TYPE_SERVER

public static final int PCO_TYPE_SERVER

PCO_TYPE_CLIENT

public static final int PCO_TYPE_CLIENT

PCO_TYPE_PRODUCT

public static final int PCO_TYPE_PRODUCT
Constructor Detail

CorbaObject

public CorbaObject(org.omg.CORBA.Object object_,
                   java.lang.String pcoName_,
                   int pcoType_)
Method Detail

checkPcoType

private void checkPcoType(int pcoType_)

getPcoName

public java.lang.String getPcoName()

getPcoType

public int getPcoType()

getObject

public org.omg.CORBA.Object getObject()

Calypso Gateway v1.0