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 |
Definition at line 13 of file JoramAdmin.java.
| 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.
| 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.
| name | The name of the queue. |
| 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.
| 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.
1.5.0