Class COM.ibm.dsom.services.CosNaming.NameComponent
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.dsom.services.CosNaming.NameComponent

java.lang.Object
   |
   +----COM.ibm.dsom.services.CosNaming.NameComponent

public final class NameComponent
extends Object

Variable Index

 o id
 o kind

Constructor Index

 o NameComponent()
 o NameComponent(String, String)

Method Index

 o marshalDuplicate(MarshalBuffer)
 o marshalRelease(MarshalBuffer)
 o unmarshal(MarshalBuffer)

Variables

 o id
  public String id
 o kind
  public String kind

Constructors

 o NameComponent
  public NameComponent()
 o NameComponent
  public NameComponent(String _id,
                       String _kind)

Methods

 o marshalRelease
  public void marshalRelease(MarshalBuffer __mb) throws ORBException
 o marshalDuplicate
  public void marshalDuplicate(MarshalBuffer __mb) throws ORBException
 o unmarshal
  public void unmarshal(MarshalBuffer __mb) throws ORBException

All Packages  Class Hierarchy  This Package  Previous  Next  Index