|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RepositorySession
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 |
|---|
static final int AUTHENTICATED
static final int NOT_AUTHENTICATED
static final int AUTHENTICATION_FAILED
static final int AUTHENTICATION_ERROR
| Method Detail |
|---|
String getRepositoryName()
int getState()
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||