de.nava.informa.core
Interface CloudIF
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- Cloud, Cloud
public interface CloudIF
- extends Serializable
This interface is implemented by Cloud objects
supporting RSS 0.92 and RSS 2.0 Publish and Subscribe.
- Author:
- Michael Harhen
getDomain
String getDomain()
setDomain
void setDomain(String domain)
getPort
int getPort()
setPort
void setPort(int port)
getPath
String getPath()
setPath
void setPath(String path)
getRegisterProcedure
String getRegisterProcedure()
setRegisterProcedure
void setRegisterProcedure(String registerProcedure)
getProtocol
String getProtocol()
setProtocol
void setProtocol(String protocol)
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.