org.apache.openejb.jee.sun
Class JavaWebStartAccess

java.lang.Object
  extended by org.apache.openejb.jee.sun.JavaWebStartAccess

public class JavaWebStartAccess
extends Object


Field Summary
protected  String contextRoot
           
protected  String eligible
           
protected  String vendor
           
 
Constructor Summary
JavaWebStartAccess()
           
 
Method Summary
 String getContextRoot()
           
 String getEligible()
           
 String getVendor()
           
 void setContextRoot(String value)
           
 void setEligible(String value)
           
 void setVendor(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextRoot

protected String contextRoot

eligible

protected String eligible

vendor

protected String vendor
Constructor Detail

JavaWebStartAccess

public JavaWebStartAccess()
Method Detail

getContextRoot

public String getContextRoot()

setContextRoot

public void setContextRoot(String value)

getEligible

public String getEligible()

setEligible

public void setEligible(String value)

getVendor

public String getVendor()

setVendor

public void setVendor(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.