Package com.swiftmq.impl.jndi.standard
Class JNDISwiftletImpl
JNDISwiftlet
com.swiftmq.impl.jndi.standard.JNDISwiftletImpl
public class JNDISwiftletImpl
extends JNDISwiftlet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidderegisterJNDIObject(String name) voidderegisterJNDIObjects(Comparable comparable) voidderegisterJNDIQueueObject(String queueName) getJNDIObject(String name) getJNDIObjectName(QueueImpl queue) QueueImplgetStaticQueue(String name) voidregisterJNDIObject(String name, Serializable object) protected voidshutdown()protected voidstartup(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. -
shutdown
protected void shutdown() throws SwiftletException- Throws:
SwiftletException
-