|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloudIF | |
---|---|
de.nava.informa.core | This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. |
de.nava.informa.impl.basic | Provides an in-memory implementation of the core news channel interfaces. |
de.nava.informa.impl.hibernate | Provides an implementation of the core news channel interfaces using persistence mechanism provided by Hibernate (for more see http://www.hibernate.org. |
Uses of CloudIF in de.nava.informa.core |
---|
Methods in de.nava.informa.core that return CloudIF | |
---|---|
CloudIF |
ChannelBuilderIF.createCloud(String domain,
int port,
String path,
String registerProcedure,
String protocol)
|
CloudIF |
ChannelIF.getCloud()
|
Methods in de.nava.informa.core with parameters of type CloudIF | |
---|---|
void |
ChannelIF.setCloud(CloudIF cloud)
|
Uses of CloudIF in de.nava.informa.impl.basic |
---|
Classes in de.nava.informa.impl.basic that implement CloudIF | |
---|---|
class |
Cloud
In-Memory implementation of the CloudIF interface. |
Methods in de.nava.informa.impl.basic that return CloudIF | |
---|---|
CloudIF |
ChannelBuilder.createCloud(String domain,
int port,
String path,
String registerProcedure,
String protocol)
|
CloudIF |
Channel.getCloud()
|
Methods in de.nava.informa.impl.basic with parameters of type CloudIF | |
---|---|
void |
Channel.setCloud(CloudIF cloud)
|
Uses of CloudIF in de.nava.informa.impl.hibernate |
---|
Methods in de.nava.informa.impl.hibernate that return CloudIF | |
---|---|
CloudIF |
ChannelBuilder.createCloud(String domain,
int port,
String path,
String registerProcedure,
String protocol)
|
CloudIF |
Channel.getCloud()
|
Methods in de.nava.informa.impl.hibernate with parameters of type CloudIF | |
---|---|
void |
Channel.setCloud(CloudIF aCloud)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |