Class BmpTestClient

java.lang.Object
org.junit.Assert
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
BasicBmpTestClient, BmpContextLookupTests, BmpJndiEncTests, BmpRmiIiopTests

public abstract class BmpTestClient extends NamedTestCase
  • Field Details

    • initialContext

      protected InitialContext initialContext
    • ejbMetaData

      protected javax.ejb.EJBMetaData ejbMetaData
    • ejbHomeHandle

      protected javax.ejb.HomeHandle ejbHomeHandle
    • ejbHandle

      protected javax.ejb.Handle ejbHandle
    • ejbPrimaryKey

      protected Object ejbPrimaryKey
  • Constructor Details

    • BmpTestClient

      public BmpTestClient(String name)
  • Method Details