public class ModelAPIStateManager
extends java.lang.Object
| Constructor and Description |
|---|
ModelAPIStateManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addModelAPIStateManagerListener(IModelAPIStateManagerListener aIModelAPIStateManagerListener)
Add a model API state manager listener (i.e., subscribe).
|
static IModelAPIState |
getModelAPIState(org.eclipse.emf.common.util.URI aURI) |
static java.util.List |
getModelAPIStateManagerListeners()
Returns the list of model API state manager listeners, lazy-creating the list if necessary.
|
static boolean |
isModelAPIStateEstablished() |
static void |
releaseModelAPIState(IModelAPIState aIModelAPIState) |
static void |
removeModelAPIStateManagerListener(IModelAPIStateManagerListener aIModelAPIStateManagerListener)
Remove a model API state manager instance (i.e., un-subscribe).
|
static void |
rollbackTransaction() |
public static void addModelAPIStateManagerListener(IModelAPIStateManagerListener aIModelAPIStateManagerListener)
aIModelAPIStateManagerListener - Listener instance to add to subscription list.public static IModelAPIState getModelAPIState(org.eclipse.emf.common.util.URI aURI)
public static java.util.List getModelAPIStateManagerListeners()
public static boolean isModelAPIStateEstablished()
public static void releaseModelAPIState(IModelAPIState aIModelAPIState)
public static void removeModelAPIStateManagerListener(IModelAPIStateManagerListener aIModelAPIStateManagerListener)
aIModelAPIStateManagerListener - instance to remove from subscription list.public static void rollbackTransaction()
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.