站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 connector API Documentation 英文版文档

JmsCred (JBoss Connector API) - JBoss 3.2.7 connector API Documentation 英文版文档


org.jboss.resource.adapter.jms
Class JmsCred

java.lang.Object
  extended byorg.jboss.resource.adapter.jms.JmsCred

public class JmsCred
extends Object

Credential information Created: Sat Mar 31 03:23:30 2001

Version:
$Revision: 1.2.2.2 $
Author:
Peter Antman .

Field Summary
 String name
           
 String pwd
           
 
Constructor Summary
JmsCred()
           
 
Method Summary
static JmsCred getJmsCred(javax.resource.spi.ManagedConnectionFactory mcf, Subject subject, javax.resource.spi.ConnectionRequestInfo info)
          Get our own simple cred
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

pwd

public String pwd
Constructor Detail

JmsCred

public JmsCred()
Method Detail

getJmsCred

public static JmsCred getJmsCred(javax.resource.spi.ManagedConnectionFactory mcf,
                                 Subject subject,
                                 javax.resource.spi.ConnectionRequestInfo info)
                          throws javax.resource.spi.SecurityException
Get our own simple cred

Throws:
javax.resource.spi.SecurityException

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.