Joram ${version}

org.objectweb.joram.shared.admin
Class AddDomainRequest

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.AddDomainRequest
All Implemented Interfaces:
java.io.Serializable

public class AddDomainRequest
extends AdminRequest

See Also:
Serialized Form

Constructor Summary
AddDomainRequest(java.lang.String domainName, int serverId, int port)
           
 
Method Summary
 java.lang.String getDomainName()
           
 int getPort()
           
 int getServerId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddDomainRequest

public AddDomainRequest(java.lang.String domainName,
                        int serverId,
                        int port)
Method Detail

getDomainName

public final java.lang.String getDomainName()

getServerId

public final int getServerId()

getPort

public final int getPort()

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved