Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.server_api
Interface ServerHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface ServerHome
extends javax.ejb.EJBHome

The remote EJB home used to look up the Server EJB.


Method Summary
 Server create()
          Creates an instance of the Server EJB for use by the calling consumer.

 

Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove

 

Method Detail

create

Server create()
              throws java.rmi.RemoteException,
                     javax.ejb.CreateException
Creates an instance of the Server EJB for use by the calling consumer.
Returns:
Instance of the Server EJB.
Throws:
java.rmi.RemoteException - if there is a communications failure during creation
javax.ejb.CreateException - if there is a server-side failure during creation

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.