Package org.eclipse.emf.cdo.common
Interface CDOCommonSession
- 
- All Superinterfaces:
- org.eclipse.net4j.util.collection.Closeable,- IAdaptable,- org.eclipse.net4j.util.options.IOptionsContainer,- org.eclipse.net4j.util.properties.IPropertiesContainer,- org.eclipse.net4j.util.security.IUserAware
 - All Known Subinterfaces:
- CDONet4jSession,- CDOSession,- CDOSession,- InternalCDOSession,- InternalSession,- ISession
 
 public interface CDOCommonSession extends IAdaptable, org.eclipse.net4j.util.security.IUserAware, org.eclipse.net4j.util.options.IOptionsContainer, org.eclipse.net4j.util.properties.IPropertiesContainer, org.eclipse.net4j.util.collection.Closeable Abstracts the information about CDO sessions that is common to both client and server side.- Since:
- 2.0
- Author:
- Eike Stepper
- 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 SummaryNested Classes Modifier and Type Interface Description static interfaceCDOCommonSession.OptionsEncapsulates the configuration options of CDO sessions that are common to both client and server side.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]authorizeOperations(org.eclipse.net4j.util.security.operations.AuthorizableOperation... operations)longgetOpeningTime()intgetSessionID()CDOCommonViewgetView(int viewID)CDOCommonView[]getViews()CDOCommonSession.Optionsoptions()Returns theoptionsof this session.- 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 
- 
 
- 
- 
- 
Method Detail- 
getSessionIDint getSessionID() 
 - 
getOpeningTimelong getOpeningTime() - Since:
- 4.13
 
 - 
getViewsCDOCommonView[] getViews() 
 - 
getViewCDOCommonView getView(int viewID) 
 - 
authorizeOperationsjava.lang.String[] authorizeOperations(org.eclipse.net4j.util.security.operations.AuthorizableOperation... operations) - Since:
- 4.15
 
 - 
optionsCDOCommonSession.Options options() Returns theoptionsof this session.- Specified by:
- optionsin interface- org.eclipse.net4j.util.options.IOptionsContainer
 
 
- 
 
-