alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (JettyServiceMBean.java)

This example Jetty source code file (JettyServiceMBean.java) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

jettyservicembean, jettyservicembean, object_name, object_name

The Jetty JettyServiceMBean.java source code

/*
 * Generated file - Do not edit!
 */
package org.jboss.jetty;

/**
 * MBean interface.
 * TODO - use JMXDoclet to autogenerate
 */
public interface JettyServiceMBean extends org.jboss.web.AbstractWebContainerMBean 
{
   //default object name
   public static final javax.management.ObjectName OBJECT_NAME = org.jboss.mx.util.ObjectNameFactory.create("jboss.jetty:service=Jetty");

  void setJava2ClassLoadingCompliance(boolean loaderCompliance) ;

  boolean getJava2ClassLoadingCompliance() ;

  boolean getUnpackWars() ;

  void setUnpackWars(boolean unpackWars) ;

  boolean getSupportJSR77() ;

  void setSupportJSR77(boolean supportJSR77) ;

  java.lang.String getWebDefaultResource() ;

  void setWebDefaultResource(java.lang.String webDefaultResource) ;

   /**
    * Get the extended Jetty configuration XML fragment
    * @return Jetty XML fragment embedded in jboss-service.xml    */
  org.w3c.dom.Element getConfig() ;

   /**
    * Configure Jetty
    * @param configElement XML fragment from jboss-service.xml
    */
  void setConfigurationElement(org.w3c.dom.Element configElement) ;

  java.lang.String getSubjectAttributeName() ;

  void setSubjectAttributeName(java.lang.String subjectAttributeName) ;
}

Other Jetty examples (source code examples)

Here is a short list of links related to this Jetty JettyServiceMBean.java source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.