KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > portable > UnknownException > Top Examples

  • org.jboss.proxy.ejb.EjbObjectCorbaServant
    CORBA servant class for the <code>EJBObject</code>s of a given bean. An instance of this class "implements" the bean's set of <code>EJBObject</code> instances by forwarding to the bean container all IIOP invocations on any of the bean's <code>EJBObject</code>s. ...
  • org.jboss.iiop.rmi.marshal.strategy.SkeletonStrategy
    A <code>SkeletonStrategy</code> for a given method knows how to unmarshalthe sequence of method parameters from a CDR input stream, how to marshal into a CDR output stream the return value of the method, and how to marshal into a CDR output stream any exception thrown by the method. @ ...
Popular Tags