org.eclipse.emf.cdo.common
Interface CDOCommonSession

All Superinterfaces:
Closeable, IOptionsContainer, IUserAware
All Known Subinterfaces:
CDONet4jSession, CDOSession, CDOSession, CDOSession, ISession

public interface CDOCommonSession
extends IUserAware, IOptionsContainer, Closeable

Abstracts the information about CDO sessions that is common to both client and server side.

Since:
2.0
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
static interface CDOCommonSession.Options
          Encapsulates the configuration options of CDO sessions that are common to both client and server side.
 
Method Summary
 int getSessionID()
           
 CDOCommonView getView(int viewID)
           
 CDOCommonView[] getViews()
           
 CDOCommonSession.Options options()
          Returns the options of this session.
 
Methods inherited from interface org.eclipse.net4j.util.security.IUserAware
getUserID
 
Methods inherited from interface org.eclipse.net4j.util.collection.Closeable
close, isClosed
 

Method Detail

getSessionID

int getSessionID()

getViews

CDOCommonView[] getViews()

getView

CDOCommonView getView(int viewID)

options

CDOCommonSession.Options options()
Returns the options of this session.

Specified by:
options in interface IOptionsContainer


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.