Package com.swiftmq.impl.jndi.standard
Class JNDISwiftletImpl
java.lang.Object
JNDISwiftlet
com.swiftmq.impl.jndi.standard.JNDISwiftletImpl
public class JNDISwiftletImpl
extends JNDISwiftlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deregisterJNDIObject
(String name) void
deregisterJNDIObjects
(Comparable comparable) void
deregisterJNDIQueueObject
(String queueName) getJNDIObject
(String name) getJNDIObjectName
(QueueImpl queue) QueueImpl
getStaticQueue
(String name) void
registerJNDIObject
(String name, Serializable object) protected void
shutdown()
protected void
startup
(Configuration config) Startup the swiftlet.
-
Constructor Details
-
JNDISwiftletImpl
public JNDISwiftletImpl()
-
-
Method Details
-
registerJNDIObject
-
deregisterJNDIObject
-
deregisterJNDIQueueObject
-
deregisterJNDIObjects
-
getJNDIObject
-
getJNDIObjectName
-
getStaticQueue
- 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
-