org.jboss.ejb3
Class ProxyFactoryHelper

java.lang.Object
  extended by org.jboss.ejb3.ProxyFactoryHelper

public class ProxyFactoryHelper
extends Object

Comment

Version:
$Revision: 1.2.2.4 $
Author:
Bill Burke

Constructor Summary
ProxyFactoryHelper()
           
 
Method Summary
static String getDefaultRemoteJndiName(Container container)
           
static String getJndiName(Container container, Class businessInterface)
           
static Class[] getLocalInterfaces(Container container)
           
static String getLocalJndiName(Container container)
           
static Context getProxyFactoryContext(Context ctx)
           
static Class[] getRemoteInterfaces(Container container)
           
static String getRemoteJndiName(Container container)
           
static String getRemoteJndiName(Container container, RemoteBinding binding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyFactoryHelper

public ProxyFactoryHelper()
Method Detail

getProxyFactoryContext

public static Context getProxyFactoryContext(Context ctx)
                                      throws NamingException
Throws:
NamingException

getLocalInterfaces

public static Class[] getLocalInterfaces(Container container)

getJndiName

public static String getJndiName(Container container,
                                 Class businessInterface)

getLocalJndiName

public static String getLocalJndiName(Container container)

getRemoteInterfaces

public static Class[] getRemoteInterfaces(Container container)

getRemoteJndiName

public static String getRemoteJndiName(Container container)

getRemoteJndiName

public static String getRemoteJndiName(Container container,
                                       RemoteBinding binding)

getDefaultRemoteJndiName

public static String getDefaultRemoteJndiName(Container container)


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