WebLogic Integration


com.bea.wlai.client
Interface NamespaceManagerHome


public interface NamespaceManagerHome
extends javax.ejb.EJBHome

Home interface for the NamespaceManager EJB

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 NamespaceManager create()
          Create a new NamespaceManager object or retrieve an existing one.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public NamespaceManager create()
                        throws NamespaceException,
                               javax.ejb.CreateException,
                               java.rmi.RemoteException
Create a new NamespaceManager object or retrieve an existing one.

Returns:
A NamespaceManager remote interface.
Throws:
NamespaceException - If a namespace access error occurs.
javax.ejb.CreateException - If the remote interface cannot be created.
java.rmi.RemoteException - If a RMI communication error occurs.

WebLogic Integration

WebLogic Integration (WLI)