org.pfsw.tools.beluga.admin
Class AdminServerConfiguration

java.lang.Object
  extended by org.pfsw.tools.beluga.admin.AdminServerConfiguration

public class AdminServerConfiguration
extends Object

Holds configuration settings for the admin server.

Version:
1.0
Author:
M.Duchrow

Field Summary
static int DEFAULT_PORT
           
 
Constructor Summary
AdminServerConfiguration()
          Initialize the new instance with default values.
 
Method Summary
 int getPort()
           
 void setPort(int newValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
See Also:
Constant Field Values
Constructor Detail

AdminServerConfiguration

public AdminServerConfiguration()
Initialize the new instance with default values.

Method Detail

getPort

public int getPort()

setPort

public void setPort(int newValue)


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.