Class COM.ibm.dsom.services.CosLifeCycle.NoFactory
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.dsom.services.CosLifeCycle.NoFactory

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----sunw.orb.ORBException
                           |
                           +----sunw.corba.CORBAException
                                   |
                                   +----sunw.corba.UserException
                                           |
                                           +----COM.ibm.dsom.services.CosLifeCycle.NoFactory

public class NoFactory
extends UserException

Variable Index

 o Search_key

Constructor Index

 o NoFactory()
 o NoFactory(NameComponent[])

Method Index

 o marshalDuplicate(MarshalBuffer)
Abstract method for marshaling a corba user-defined exception.
 o marshalRelease(MarshalBuffer)
Abstract method for marshaling a corba user-defined exception.
 o unmarshal(MarshalBuffer)
Abstract method for unmarshaling a corba user-defined exception.

Variables

 o Search_key
  public NameComponent Search_key[]

Constructors

 o NoFactory
  public NoFactory()
 o NoFactory
  public NoFactory(NameComponent _Search_key[])

Methods

 o marshalRelease
  public void marshalRelease(MarshalBuffer __mb) throws ORBException
Abstract method for marshaling a corba user-defined exception.
Overrides:
marshalRelease in class UserException
 o marshalDuplicate
  public void marshalDuplicate(MarshalBuffer __mb) throws ORBException
Abstract method for marshaling a corba user-defined exception.
Overrides:
marshalDuplicate in class UserException
 o unmarshal
  public void unmarshal(MarshalBuffer __mb) throws ORBException
Abstract method for unmarshaling a corba user-defined exception.
Overrides:
unmarshal in class UserException

All Packages  Class Hierarchy  This Package  Previous  Next  Index