Spring AMQP

org.springframework.erlang.core
Class Application

java.lang.Object
  extended by 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

Constructor Summary
Application(String description, String id, String version)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Application

public Application(String description,
                   String id,
                   String version)
Method Detail

getDescription

public String getDescription()

getId

public String getId()

getVersion

public String getVersion()

toString

public String toString()
Overrides:
toString in class Object

Spring AMQP

Copyright © 2011. All Rights Reserved.