|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.telelogic.rhapsody.core.RPRTCListener
public abstract class RPRTCListener
Constructor Summary | |
---|---|
RPRTCListener()
|
Method Summary | |
---|---|
abstract boolean |
afterSave()
Called after save is done in Rhapsody |
abstract boolean |
afterUnitSave(IRPUnit pUnit)
Called after unit is saved in Rhapsody |
boolean |
connect(IRPApplication connectionPoint)
|
boolean |
disconnect()
|
abstract java.lang.String |
executeCommand(IRPUnit pUnit,
java.lang.String command,
java.lang.String parameters)
Called on request to execute a Command |
protected void |
finalize()
|
abstract java.lang.String |
getFileUUID(java.lang.String strUnits)
Called on request to get unit's UUID |
abstract java.lang.String |
getId()
Gets the id of the listener |
abstract int |
onGetStatus(IRPUnit pUnit)
Called on request to get unit's status |
abstract boolean |
onLocateInPendingChanges(IRPUnit pUnit)
Called on request to locate unit in pending changes view |
abstract boolean |
onLocateInRepositoryFiles(IRPUnit pUnit)
Called on request to locate unit in repository files' view |
abstract boolean |
onLock(IRPUnit pUnit)
Called on request to lock unit |
abstract boolean |
onRefreshStatus()
Called to refresh status cache in RTC |
abstract boolean |
onShowHistory(IRPUnit pUnit)
Called on request to show CM revisions' history of a unit |
abstract boolean |
onUnlock(IRPUnit pUnit)
Called on request to un-lock unit |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RPRTCListener()
Method Detail |
---|
public boolean connect(IRPApplication connectionPoint)
public boolean disconnect()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public abstract java.lang.String executeCommand(IRPUnit pUnit, java.lang.String command, java.lang.String parameters)
RhapsodyRuntimeException
public abstract boolean afterSave()
RhapsodyRuntimeException
public abstract boolean afterUnitSave(IRPUnit pUnit)
RhapsodyRuntimeException
public abstract java.lang.String getFileUUID(java.lang.String strUnits)
RhapsodyRuntimeException
public abstract java.lang.String getId()
RhapsodyRuntimeException
public abstract int onGetStatus(IRPUnit pUnit)
RhapsodyRuntimeException
public abstract boolean onLocateInPendingChanges(IRPUnit pUnit)
RhapsodyRuntimeException
public abstract boolean onLocateInRepositoryFiles(IRPUnit pUnit)
RhapsodyRuntimeException
public abstract boolean onLock(IRPUnit pUnit)
RhapsodyRuntimeException
public abstract boolean onRefreshStatus()
RhapsodyRuntimeException
public abstract boolean onShowHistory(IRPUnit pUnit)
RhapsodyRuntimeException
public abstract boolean onUnlock(IRPUnit pUnit)
RhapsodyRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |