org.apache.geronimo.jetty
Class Host

java.lang.Object
  extended by org.apache.geronimo.jetty.Host

public class Host
extends Object

Host gbean for jetty containing an array of hosts and virtual hosts


Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
Host()
           
Host(String[] hosts, String[] virtualHosts)
           
 
Method Summary
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 String[] getHosts()
           
 String[] getVirtualHosts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

Host

public Host()

Host

public Host(String[] hosts,
            String[] virtualHosts)
Method Detail

getHosts

public String[] getHosts()

getVirtualHosts

public String[] getVirtualHosts()

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.