|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.information.RepositoryEvent
public class RepositoryEvent
This class represents an event that occurred in a repository while attempting an operation against it.
Field Summary | |
---|---|
static int |
REPOSITORY_EVENT_CLOSE
The repository connection was closed by request from a client. |
static int |
REPOSITORY_EVENT_DISCONNECT
Report a disconnect event. |
static int |
REPOSITORY_EVENT_RECONNECT
Report a reconnect. |
Constructor Summary | |
---|---|
RepositoryEvent(RepositoryInterface repository,
int event)
Create a new RepositoryEvent. |
Method Summary | |
---|---|
int |
getEvent()
Get the identifier for the event that occurred. |
RepositoryInterface |
getRepository()
Get a handle to the repository that reported the event. |
Field Detail |
---|
public static final int REPOSITORY_EVENT_DISCONNECT
public static final int REPOSITORY_EVENT_RECONNECT
public static final int REPOSITORY_EVENT_CLOSE
Constructor Detail |
---|
public RepositoryEvent(RepositoryInterface repository, int event)
repository
- The RepositoryInterface this event applies to.event
- The type of event that occurred.Method Detail |
---|
public RepositoryInterface getRepository()
public int getEvent()
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |