org.jboss.jms.server.plugin.contract
Interface JMSUserManager

All Superinterfaces:
MessagingComponent
All Known Implementing Classes:
JDBCJMSUserManager

public interface JMSUserManager
extends MessagingComponent

A JMSUserManager

Version:
$Revision: 1917 $ $Id: JMSUserManager.java 1917 2007-01-08 20:26:12Z clebert.suconic@jboss.com $
Author:
Tim Fox

Method Summary
 java.lang.String getPreConfiguredClientID(java.lang.String username)
           
 
Methods inherited from interface org.jboss.messaging.core.plugin.contract.MessagingComponent
start, stop
 

Method Detail

getPreConfiguredClientID

public java.lang.String getPreConfiguredClientID(java.lang.String username)
                                          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.