Joram ${version}

org.objectweb.joram.shared.admin
Class Monitor_GetDestinationsRep

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminReply
      extended byorg.objectweb.joram.shared.admin.Monitor_Reply
          extended byorg.objectweb.joram.shared.admin.Monitor_GetDestinationsRep
All Implemented Interfaces:
java.io.Serializable

public class Monitor_GetDestinationsRep
extends Monitor_Reply

A Monitor_GetDestinationsRep instance replies to a get destinations monitoring request, and holds the destinations on a given server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.joram.shared.admin.AdminReply
NAME_ALREADY_USED, SERVER_ID_ALREADY_USED, START_FAILURE, UNKNOWN_SERVER
 
Constructor Summary
Monitor_GetDestinationsRep(java.lang.String[] ids, java.lang.String[] names, java.lang.String[] types)
           
 
Method Summary
 java.lang.String[] getIds()
           
 java.lang.String[] getNames()
           
 java.lang.String[] getTypes()
           
 
Methods inherited from class org.objectweb.joram.shared.admin.AdminReply
getErrorCode, getInfo, getReplyObject, succeeded, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Monitor_GetDestinationsRep

public Monitor_GetDestinationsRep(java.lang.String[] ids,
                                  java.lang.String[] names,
                                  java.lang.String[] types)
Method Detail

getIds

public java.lang.String[] getIds()

getNames

public java.lang.String[] getNames()

getTypes

public java.lang.String[] getTypes()

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved