org.springframework.erlang.core
Class Application
java.lang.Object
org.springframework.erlang.core.Application
- All Implemented Interfaces:
- Serializable
public class Application
- extends Object
- implements Serializable
Describes an Erlang application. Only three fields are supported as that is the level
of information that rabbitmq returns when performing a status request.
See http://www.erlang.org/doc/man/app.html for full details
- Author:
- Mark Pollack
- See Also:
- Serialized Form
Application
public Application(String description,
String id,
String version)
getDescription
public String getDescription()
getId
public String getId()
getVersion
public String getVersion()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.