com.scalagent.joram.osgi.server.service.JoramAdmin Interface Reference

Inherited by com.scalagent.joram.osgi.server.Activator.JoramAdminImpl.

List of all members.

Public Member Functions

void createUser (String name, String password) throws Exception
Queue createQueue (String name) throws Exception
Topic createTopic (String name) throws Exception
List getDestinations () throws Exception
List getUsers () throws Exception


Detailed Description

Interface of the OSGI service that enables to ..

Definition at line 13 of file JoramAdmin.java.


Member Function Documentation

void com.scalagent.joram.osgi.server.service.JoramAdmin.createUser ( String  name,
String  password 
) throws Exception

Creates or retrieves a user on the underlying JORAM server.

Exceptions:
Exception If the creation fails.

Queue com.scalagent.joram.osgi.server.service.JoramAdmin.createQueue ( String  name  )  throws Exception

Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance.

Parameters:
name The name of the queue.
Exceptions:
Exception If the creation fails.

Topic com.scalagent.joram.osgi.server.service.JoramAdmin.createTopic ( String  name  )  throws Exception

Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance.

Exceptions:
Exception If the creation fails.

List com.scalagent.joram.osgi.server.service.JoramAdmin.getDestinations (  )  throws Exception

Returns the list of all destinations that exist on the server.

List com.scalagent.joram.osgi.server.service.JoramAdmin.getUsers (  )  throws Exception

Returns the list of all users that exist on the server.


The documentation for this interface was generated from the following file:
Generated on Tue Sep 16 16:15:11 2008 for joram by  doxygen 1.5.0