Package | Description |
---|---|
jadex.bridge.service | |
jadex.bridge.service.types.publish | |
jadex.micro |
Modifier and Type | Method and Description |
---|---|
PublishInfo |
ProvidedServiceInfo.getPublish()
Get the publish.
|
Modifier and Type | Method and Description |
---|---|
void |
ProvidedServiceInfo.setPublish(PublishInfo publish)
Set the publish.
|
Constructor and Description |
---|
ProvidedServiceInfo(String name,
Class<?> type,
ProvidedServiceImplementation implementation,
PublishInfo publish)
Create a new service info.
|
ProvidedServiceInfo(String name,
ClassInfo type,
ProvidedServiceImplementation implementation,
PublishInfo publish)
Create a new service info.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
IPublishService.publishService(ClassLoader cl,
IService service,
PublishInfo pi)
Publish a service.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
MicroAgent.addService(String name,
Class<?> type,
Object service,
PublishInfo pi)
Add a service to the platform.
|
Copyright © 2013. All Rights Reserved.