WebLogic Integration


com.bea.wlpi.server.principal
Interface WLPIPrincipalHome


public interface WLPIPrincipalHome
extends javax.ejb.EJBHome

Home interface for the WLPIPrincipal session EJB.

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

Method Summary
 WLPIPrincipal create()
          Create a remote WLPIPrincipal object.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public WLPIPrincipal create()
                     throws javax.ejb.CreateException,
                            java.rmi.RemoteException
Create a remote WLPIPrincipal object.

Returns:
Remote reference to the newly created WLPIPrincipal object.
Throws:
javax.ejb.CreateException - if the remote object could not be created.
java.rmi.RemoteException - if a communication error occurred.

WebLogic Integration

WebLogic Integration (WLI)