|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.session.SessionRefreshOperation
public class SessionRefreshOperation
Operation to refresh the state of a session.
| Constructor Summary | |
|---|---|
SessionRefreshOperation(boolean keepChanges,
boolean clusterSync)
Creates a session refresh operation. |
|
| Method Summary | |
|---|---|
Object |
perform(SessionContext context)
Refreshes the session. |
String |
toString()
Returns a string representation of this operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SessionRefreshOperation(boolean keepChanges,
boolean clusterSync)
keepChanges - whether to keep transient changesclusterSync - whether to synchronise with other cluster nodes| Method Detail |
|---|
public Object perform(SessionContext context)
throws RepositoryException
perform in interface SessionOperation<Object>context - component context of this session
RepositoryException - if the operation failspublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||