Class JNDISwiftletImpl

java.lang.Object
JNDISwiftlet
com.swiftmq.impl.jndi.standard.JNDISwiftletImpl

public class JNDISwiftletImpl extends JNDISwiftlet
  • Constructor Details

    • JNDISwiftletImpl

      public JNDISwiftletImpl()
  • Method Details

    • registerJNDIObject

      public void registerJNDIObject(String name, Serializable object)
    • deregisterJNDIObject

      public void deregisterJNDIObject(String name)
    • deregisterJNDIQueueObject

      public void deregisterJNDIQueueObject(String queueName)
    • deregisterJNDIObjects

      public void deregisterJNDIObjects(Comparable comparable)
    • getJNDIObject

      public Serializable getJNDIObject(String name)
    • getJNDIObjectName

      public String getJNDIObjectName(QueueImpl queue)
    • getStaticQueue

      public QueueImpl getStaticQueue(String name) throws Exception
      Throws:
      Exception
    • startup

      protected void startup(Configuration config) throws SwiftletException
      Startup the swiftlet. Check if all required properties are defined and all other startup conditions are met. Do startup work (i. e. start working thread, get/open resources). If any condition prevends from startup fire a SwiftletException.
      Throws:
      SwiftletException - to prevend from startup
    • shutdown

      protected void shutdown() throws SwiftletException
      Throws:
      SwiftletException