com.bea.content.manager
Interface RepositorySession

All Superinterfaces
Serializable

public interface RepositorySession
extends Serializable

Defines the state of the attempted connection to a Repository.


Field Summary
static int AUTHENTICATED
          The Credentials were successfully authenticated against the Repository.
static int AUTHENTICATION_ERROR
          An error occurred that did not permit authentication of the Credentials against the Repository.
static int AUTHENTICATION_FAILED
          The Credentials failed authentication against the Repository.
static int NOT_AUTHENTICATED
          The Credentials have not been successfully authenticated against the Repository.
 
Method Summary
 String getRepositoryName()
          Returns the display name of the Repository.
 int getState()
          Returns the state of this RepositorySession.
 

Field Detail

AUTHENTICATED

static final int AUTHENTICATED
The Credentials were successfully authenticated against the Repository.

See Also
Constants Summary

NOT_AUTHENTICATED

static final int NOT_AUTHENTICATED
The Credentials have not been successfully authenticated against the Repository.

See Also
Constants Summary

AUTHENTICATION_FAILED

static final int AUTHENTICATION_FAILED
The Credentials failed authentication against the Repository.

See Also
Constants Summary

AUTHENTICATION_ERROR

static final int AUTHENTICATION_ERROR
An error occurred that did not permit authentication of the Credentials against the Repository.

See Also
Constants Summary
Method Detail

getRepositoryName

String getRepositoryName()
Returns the display name of the Repository.


getState

int getState()
Returns the state of this RepositorySession.



Copyright © 2008 BEA Systems, Inc. All Rights Reserved