com.crystaldecisions.sdk.framework
Class CrystalEnterprise

java.lang.Object
  extended by com.crystaldecisions.sdk.framework.CrystalEnterprise

public class CrystalEnterprise
extends java.lang.Object

The CrystalEnterprise class is the starting point for BusinessObjects Enterprise. The main purpose of this class is to allow you to retrieve a SessionManager, which then enables you to log on to BusinessObjects Enterprise.


Constructor Summary
CrystalEnterprise()
           
 
Method Summary
static ISessionMgr getSessionMgr()
           Returns the singleton ISessionMgr object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrystalEnterprise

public CrystalEnterprise()
Method Detail

getSessionMgr

public static final ISessionMgr getSessionMgr()
                                       throws SDKException

Returns the singleton ISessionMgr object.

Returns:
The ISessionMgr object containing the singleton SessionManager.
Throws:
SDKException - This is thrown if there is an error retrieving the SessionManager.