public static class CommitHistoryComposite.Input extends Notifier implements ILifecycle
CommitHistoryComposite.| Modifier and Type | Class and Description |
|---|---|
static class |
CommitHistoryComposite.Input.IllegalInputException |
ILifecycle.DeferrableActivation| Constructor and Description |
|---|
Input(CDOSession session,
CDOBranch branch,
CDOObject object) |
Input(Object delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
Exception |
deactivate() |
boolean |
equals(Object obj) |
CDOBranch |
getBranch() |
protected Object |
getLifecycle() |
LifecycleState |
getLifecycleState() |
CDOObject |
getObject() |
CDOSession |
getSession() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isOffline() |
String |
toString() |
addListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListeners, lastListenerRemoved, removeListenerclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddListener, getListeners, hasListeners, removeListenerpublic Input(Object delegate) throws CommitHistoryComposite.Input.IllegalInputException
public Input(CDOSession session, CDOBranch branch, CDOObject object)
public final CDOSession getSession()
public final CDOBranch getBranch()
public final CDOObject getObject()
public final boolean isOffline()
public void activate()
throws LifecycleException
activate in interface ILifecycleLifecycleExceptionpublic Exception deactivate()
deactivate in interface IDeactivateabledeactivate in interface ILifecyclepublic LifecycleState getLifecycleState()
getLifecycleState in interface ILifecyclepublic boolean isActive()
isActive in interface ILifecycleprotected final Object getLifecycle()
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html