Package | Description |
---|---|
org.eclipse.ice.client.internal | |
org.eclipse.ice.core.internal | |
org.eclipse.ice.iclient |
Modifier and Type | Class and Description |
---|---|
class |
RemoteCoreProxy
This class acts as a proxy for a realization of ICore that is running on an
entirely different machine.
|
Modifier and Type | Method and Description |
---|---|
ICore |
ItemProcessor.getCore()
This operation retrieves the ICore to which the ItemProcessor directs its
requests or returns null if it was not previously set.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemProcessor.setCore(ICore core)
This operation sets the ICore to which the ItemProcessor directs its
requests.
|
void |
Client.setCoreService(ICore core)
(non-Javadoc)
|
Modifier and Type | Class and Description |
---|---|
class |
Core
The Core class is responsible for implementing and/or managing all of the
data and workflow management capabilities of ICE.
|
Modifier and Type | Method and Description |
---|---|
void |
IClient.setCoreService(ICore core)
A setter for the OSGI Core service.
|