Uses of Class
org.granite.client.tide.Context

Packages that use Context
org.granite.client.tide   
org.granite.client.tide.cdi   
org.granite.client.tide.collections.javafx   
org.granite.client.tide.data   
org.granite.client.tide.data.impl   
org.granite.client.tide.events   
org.granite.client.tide.impl   
org.granite.client.tide.javafx   
org.granite.client.tide.javafx.cdi   
org.granite.client.tide.server   
org.granite.client.tide.spring   
 

Uses of Context in org.granite.client.tide
 

Methods in org.granite.client.tide that return Context
 Context ContextManager.getContext()
           
 Context ContextManager.getContext(String contextId)
           
 Context ContextManager.getContext(String contextId, String parentContextId, boolean create)
           
 Context Context.getParentContext()
           
 Context ContextManager.newContext(String contextId, String parentContextId)
           
 Context ContextManager.retrieveContext(Context sourceContext, String contextId, boolean wasConversationCreated, boolean wasConversationEnded)
           
 

Methods in org.granite.client.tide that return types with arguments of type Context
 List<Context> ContextManager.getAllContexts()
           
 

Methods in org.granite.client.tide with parameters of type Context
 Map<String,Object> InstanceStore.allByAnnotatedWith(Class<? extends Annotation> annotationClass, Context context)
           
<T> T[]
InstanceStore.allByType(Class<T> type, Context context, boolean create)
           
<T> T
InstanceStore.byName(String name, Context context)
           
<T> T
InstanceStore.byType(Class<T> type, Context context)
           
 InstanceStore InstanceStoreFactory.createStore(Context context)
           
 void EventBus.raiseEvent(Context context, String type, Object... args)
           
 Context ContextManager.retrieveContext(Context sourceContext, String contextId, boolean wasConversationCreated, boolean wasConversationEnded)
           
 void ContextAware.setContext(Context context)
           
 void ContextManager.updateContextId(String previousContextId, Context context)
           
 

Constructors in org.granite.client.tide with parameters of type Context
Context(ContextManager contextManager, Context parentCtx, String contextId)
           
 

Uses of Context in org.granite.client.tide.cdi
 

Methods in org.granite.client.tide.cdi that return Context
 Context CDIContextManager.getContext()
           
 Context TideApplicationEvent.getContext()
           
 

Methods in org.granite.client.tide.cdi with parameters of type Context
 Map<String,Object> CDIInstanceStoreFactory.CDIInstanceStore.allByAnnotatedWith(Class<? extends Annotation> annotationClass, Context context)
           
<T> T[]
CDIInstanceStoreFactory.CDIInstanceStore.allByType(Class<T> type, Context context, boolean create)
           
<T> T
CDIInstanceStoreFactory.CDIInstanceStore.byName(String name, Context context)
           
<T> T
CDIInstanceStoreFactory.CDIInstanceStore.byType(Class<T> type, Context context)
           
 InstanceStore CDIInstanceStoreFactory.createStore(Context context)
           
 void CDIEventBus.raiseEvent(Context context, String type, Object... args)
           
 

Constructors in org.granite.client.tide.cdi with parameters of type Context
CDIInstanceStoreFactory.CDIInstanceStore(Context context, BeanManager beanManager)
           
TideApplicationEvent(Context context, String type, Object... args)
           
 

Uses of Context in org.granite.client.tide.collections.javafx
 

Methods in org.granite.client.tide.collections.javafx with parameters of type Context
 void PagedQuery.setContext(Context context)
           
 

Uses of Context in org.granite.client.tide.data
 

Methods in org.granite.client.tide.data with parameters of type Context
 void OptimisticLockExceptionHandler.handle(Context context, FaultMessage emsg, TideFaultEvent faultEvent)
           
 void ValidationExceptionHandler.handle(Context context, FaultMessage emsg, TideFaultEvent faultEvent)
           
 void EntityManager.raiseUpdateEvents(Context context, List<EntityManager.Update> updates)
           
 void DataObserver.setContext(Context context)
           
 

Uses of Context in org.granite.client.tide.data.impl
 

Methods in org.granite.client.tide.data.impl with parameters of type Context
 void EntityManagerImpl.raiseUpdateEvents(Context context, List<EntityManager.Update> updates)
           
 

Constructors in org.granite.client.tide.data.impl with parameters of type Context
RemoteInitializerImpl(Context context)
           
 

Uses of Context in org.granite.client.tide.events
 

Methods in org.granite.client.tide.events that return Context
 Context TideEvent.getContext()
           
 

Uses of Context in org.granite.client.tide.impl
 

Methods in org.granite.client.tide.impl that return Context
protected  Context SimpleContextManager.createContext(Context parentCtx, String contextId)
           
protected  Context ComponentImpl.getContext()
           
 Context SimpleContextManager.getContext()
          Return the global context
 Context SimpleTideEvent.getContext()
           
 Context SimpleContextManager.getContext(String contextId)
          Return a context from its id
 Context SimpleContextManager.getContext(String contextId, String parentContextId, boolean create)
          Return a context from its id
 Context ComponentListenerImpl.getSourceContext()
           
 Context SimpleContextManager.newContext(String contextId, String parentContextId)
           
 Context SimpleContextManager.retrieveContext(Context sourceContext, String contextId, boolean wasConversationCreated, boolean wasConversationEnded)
           
 

Methods in org.granite.client.tide.impl that return types with arguments of type Context
 List<Context> SimpleContextManager.getAllContexts()
          Returns the list of conversation contexts
 

Methods in org.granite.client.tide.impl with parameters of type Context
 Map<String,Object> SimpleInstanceStore.allByAnnotatedWith(Class<? extends Annotation> annotationClass, Context context)
           
<T> T[]
SimpleInstanceStore.allByType(Class<T> type, Context context, boolean create)
           
<T> T
SimpleInstanceStore.byName(String name, Context context)
           
<T> T
SimpleInstanceStore.byType(Class<T> type, Context context)
           
protected
<T> Future<T>
ComponentImpl.callComponent(Context context, String operation, Object[] args, boolean withContext)
          Calls a remote component
protected  Context SimpleContextManager.createContext(Context parentCtx, String contextId)
           
 InstanceStore SimpleContextManager.DefaultInstanceStoreFactory.createStore(Context context)
           
<T> Future<T>
ComponentImpl.invoke(Context context, Component component, String operation, Object[] args, TideResponder<T> tideResponder, boolean withContext, ComponentListener.Handler<T> handler)
           
 boolean SimpleContextManager.isGlobal(Context context)
          Determine if the specified context is the global one
 void SimpleEventBus.raiseEvent(Context context, String type, Object... args)
           
 Context SimpleContextManager.retrieveContext(Context sourceContext, String contextId, boolean wasConversationCreated, boolean wasConversationEnded)
           
 void ComponentImpl.setContext(Context context)
           
 void SimpleContextManager.updateContextId(String previousContextId, Context context)
           
 

Constructors in org.granite.client.tide.impl with parameters of type Context
ComponentListenerImpl(Context sourceContext, ComponentListener.Handler<T> handler, Component component, String operation, Object[] args, Object info, TideResponder<T> tideResponder)
           
FaultHandler(ServerSession serverSession, Context sourceContext, String componentName, String operation, FaultEvent event, Object info, TideResponder<T> tideResponder, ComponentListener<T> componentResponder)
           
ResultHandler(ServerSession serverSession, Context sourceContext, String componentName, String operation, Event event, Object info, TideResponder<T> tideResponder, ComponentListener<T> componentListener)
           
SimpleInstanceStore(Context context)
           
SimpleTideEvent(Context context, String type, Object... args)
           
 

Uses of Context in org.granite.client.tide.javafx
 

Methods in org.granite.client.tide.javafx with parameters of type Context
 void BaseIdentity.handle(Context context, FaultMessage emsg, TideFaultEvent faultEvent)
           
static Object TideFXMLLoader.load(Context context, String url, Class<?> controllerClass)
           
 

Constructors in org.granite.client.tide.javafx with parameters of type Context
ObservablePermission(Identity identity, Context context, ServerSession serverSession, String name, Object entity, String action)
           
ObservableRole(BaseIdentity identity, Context context, ServerSession serverSession, String name, String roleName)
           
TideFXMLLoader.ControllerFactory(Context context)
           
 

Uses of Context in org.granite.client.tide.javafx.cdi
 

Methods in org.granite.client.tide.javafx.cdi that return Context
 Context JavaFXTideClientExtension.JavaFXCDIContextManager.getContext()
           
 

Uses of Context in org.granite.client.tide.server
 

Methods in org.granite.client.tide.server that return Context
 Context TideRpcEvent.getContext()
           
 Context ComponentListener.getSourceContext()
           
 

Methods in org.granite.client.tide.server with parameters of type Context
 void InvocationInterceptor.beforeInvocation(Context ctx, Component component, String operation, Object[] args, ComponentListener<?> componentResponder)
           
 Runnable ComponentListener.Handler.fault(Context context, FaultEvent event, Object info, String componentName, String operation, TideResponder<T> tideResponder, ComponentListener<T> componentResponder)
           
 void ExceptionHandler.handle(Context context, FaultMessage emsg, TideFaultEvent faultEvent)
          Handle the error
 void ServerSession.handleFault(Context context, String componentName, String operation, FaultMessage emsg)
           
 void ServerSession.handleResult(Context context, String componentName, String operation, org.granite.tide.invocation.InvocationResult invocationResult, Object result, Object mergeWith)
           
 Runnable ComponentListener.Handler.result(Context context, ResultEvent event, Object info, String componentName, String operation, TideResponder<T> tideResponder, ComponentListener<T> componentResponder)
           
 void ServerSession.setContext(Context context)
           
 

Constructors in org.granite.client.tide.server with parameters of type Context
TideFaultEvent(Context context, ServerSession serverSession, ComponentListener<?> componentResponder, Fault fault, Map<String,Object> extendedData)
           
TideResultEvent(Context context, ServerSession serverSession, ComponentListener<T> componentResponder, T result)
           
TideRpcEvent(Context context, ServerSession serverSession, ComponentListener<?> componentListener)
           
 

Uses of Context in org.granite.client.tide.spring
 

Methods in org.granite.client.tide.spring that return Context
 Context TideApplicationEvent.getContext()
           
 

Methods in org.granite.client.tide.spring with parameters of type Context
 Map<String,Object> SpringInstanceStoreFactory.SpringInstanceStore.allByAnnotatedWith(Class<? extends Annotation> annotationClass, Context context)
           
<T> T[]
SpringInstanceStoreFactory.SpringInstanceStore.allByType(Class<T> type, Context context, boolean create)
           
<T> T
SpringInstanceStoreFactory.SpringInstanceStore.byName(String name, Context context)
           
<T> T
SpringInstanceStoreFactory.SpringInstanceStore.byType(Class<T> type, Context context)
           
 InstanceStore SpringInstanceStoreFactory.createStore(Context context)
           
 void SpringEventBus.raiseEvent(Context context, String type, Object... args)
           
 

Constructors in org.granite.client.tide.spring with parameters of type Context
SpringInstanceStoreFactory.SpringInstanceStore(Context context, ApplicationContext applicationContext)
           
TideApplicationEvent(Context context, String type, Object... args)