KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableInterceptor > InvalidSlot > Top Examples

  • org.jacorb.orb.portableInterceptor.PICurrentImpl
    This is the current object for the portable interceptors. It is merely a slot table, but can be bound to a thread scope. See PI Spec p. 6-55ff @author Nicolas Noffke @version $Id: PICurrentImpl.java,v 1.9 2004/05/06 12:40:00 nicolas Exp $
  • org.jboss.tm.iiop.TxServerInterceptor
    This implementation of <code>org.omg.PortableInterceptor.ServerRequestInterceptor</code> retrieves the transactional context from incoming IIOP requests and makes it available to the servant methods that handle the requests, through the static method <code>getCurrentTransaction&l ...
  • org.objectweb.corba.logservice.LogCurrentImpl
    <p>Implementation of a <tt>CORBA::Current</tt> for the log service. This current holds an 'id' which is propogated from the client-side to the server side by the request interceptors.</p> @see org.objectweb.corba.logservice.LogSRIImpl LogSRIImpl @see org.objectweb.corba.lo ...
  • org.jboss.tm.iiop.client.TransactionCurrent
    This class implements <code>org.omg.CosTransactions.Current</code>. @author Francisco Reverbel
Popular Tags