|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationId | |
org.isam.exehda.services | |
org.isam.exehda.services.primos |
Uses of ApplicationId in org.isam.exehda.services |
Methods in org.isam.exehda.services that return ApplicationId | |
ApplicationId[] |
SessionManager.SessionDescriptor.list()
Describe list method here. |
ApplicationId |
Gateway.GwPermission.getApplication()
Describe getApplication method here. |
ApplicationId |
Executor.currentApplication()
Describe currentApplication method here. |
ApplicationId |
Dispatcher.PortAddress.getApplication()
Describe getApplication method here. |
ApplicationId |
ContextManager.Context.getScope()
Returns the scope (application) where this context element was defined. |
Methods in org.isam.exehda.services with parameters of type ApplicationId | |
void |
SessionManager.SessionDescriptor.remove(ApplicationId app)
Describe remove method here. |
void |
SessionManager.SessionDescriptor.add(ApplicationId app)
Describe add method here. |
Gateway.GwPermission |
Gateway.grant(ApplicationId app,
HostId[] targets,
long leaseMinutes)
Describe grant method here. |
ObjectSeed.ObjectHandle |
Executor.createObject(ApplicationId app,
java.lang.Class c,
java.lang.Object[] p,
ObjectSeed.Activator a,
java.lang.Object hint)
Describe createObject method here. |
void |
Executor.runAction(ApplicationId app,
java.lang.Runnable action)
Describe runAction method here. |
Dispatcher.PortAddress |
Dispatcher.lookupPort(int id,
ApplicationId app,
HostId host)
Describe lookupPort method here. |
Constructors in org.isam.exehda.services with parameters of type ApplicationId | |
Gateway.GwPermission(java.lang.Object key,
ApplicationId app,
HostId[] targets,
java.util.Date lease)
Creates a new GwPermission instance. |
|
Dispatcher.PortAddress(long id,
ApplicationId app,
CellInformationBase.ResourceName owner)
Creates a new PortAddress instance. |
|
ContextManager.Context(java.lang.String name,
ApplicationId scope,
java.lang.String def,
java.lang.String[] states)
Creates a new Context instance. |
|
Collector.AppMonitor(ApplicationId app)
Creates a new AppMonitor instance. |
Uses of ApplicationId in org.isam.exehda.services.primos |
Methods in org.isam.exehda.services.primos that return ApplicationId | |
ApplicationId |
Application.getId()
|
ApplicationId |
ExecutorImpl.currentApplication()
|
Methods in org.isam.exehda.services.primos with parameters of type ApplicationId | |
ObjectSeed.ObjectHandle |
ExecutorImpl.createObject(ApplicationId app,
java.lang.Class cls,
java.lang.Object[] params,
ObjectSeed.Activator a,
java.lang.Object hint)
|
void |
ExecutorImpl.runAction(ApplicationId aid,
java.lang.Runnable action)
|
Constructors in org.isam.exehda.services.primos with parameters of type ApplicationId | |
Application(ApplicationId id,
java.lang.String codeBaseURL,
java.lang.String mainClassName,
java.lang.String[] args)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |