Modifier and Type | Interface and Description |
---|---|
interface |
IClockService
The clock service.
|
Modifier and Type | Method and Description |
---|---|
IFuture<IComponentAdapter> |
IComponentManagementService.getComponentAdapter(IComponentIdentifier cid)
Get the component adapter for a component identifier.
|
Modifier and Type | Method and Description |
---|---|
IExecutable[] |
IExecutionService.getTasks()
Get the currently running or waiting tasks.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Tuple2<IComponentInstance,IComponentAdapter>> |
IComponentFactory.createComponentInstance(IComponentDescription desc,
IComponentAdapterFactory factory,
IModelInfo model,
String config,
Map<String,Object> arguments,
IExternalAccess parent,
RequiredServiceBinding[] bindings,
boolean copy,
boolean realtime,
IIntermediateResultListener<Tuple2<String,Object>> resultlistener,
Future<Void> init)
Create a component instance.
|
Map<String,Object> |
IComponentFactory.getProperties(String type)
Get the properties (name/value pairs).
|
Modifier and Type | Method and Description |
---|---|
IFuture<ClassLoader> |
ILibraryService.getClassLoader(IResourceIdentifier rid)
Returns the classloader for a resource identifier.
|
IFuture<ClassLoader> |
ILibraryService.getClassLoader(IResourceIdentifier rid,
boolean workspace)
Returns the classloader for a resource identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
IMarshalService.addCloneProcessor(ITraverseProcessor proc)
Add a clone processor.
|
List<ITraverseProcessor> |
IMarshalService.getCloneProcessors()
Get the clone processors.
|
Class<?>[] |
IMarshalService.getRemoteInterfaces(Object object,
ClassLoader cl)
Get the proxy interfaces (empty list if none).
|
boolean |
IMarshalService.isLocalReference(Object object)
Test if is local reference.
|
boolean |
IMarshalService.isRemoteObject(Object object)
Test if an object is a remote object.
|
boolean |
IMarshalService.isRemoteReference(Object object)
Test if is remote reference.
|
void |
IMarshalService.removeCloneProcessor(ITraverseProcessor proc)
Remove a clone processor.
|
void |
IMarshalService.setReferenceProperties(Class<?> clazz,
boolean localref,
boolean remoteref)
Register a class with reference values for local and remote.
|
Modifier and Type | Method and Description |
---|---|
MessageType |
IMessageService.getMessageType(String type)
Get the message type.
|
Modifier and Type | Method and Description |
---|---|
void |
ISimulationService.addChangeListener(IChangeListener listener)
Add a change listener.
|
void |
ISimulationService.removeChangeListener(IChangeListener listener)
Remove a change listener.
|
Copyright © 2012. All Rights Reserved.