Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4253008
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T04:53:23+00:00 2026-05-21T04:53:23+00:00

Im looking to customise the Agent View, Agent Administration and MBean View pages used

  • 0

Im looking to customise the Agent View, Agent Administration and MBean View pages used in the management of MBeans, and would like to know if anyone has done this before or knows a tool to facilitate this.

So far, I’ve looked at simply extending the HTML generating classes (HTMLAdminPage, HTMLObjectPage and HTMLPage), however, this is proving difficult as they are private / protected and can’t be extended.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T04:53:24+00:00Added an answer on May 21, 2026 at 4:53 am

    For the MBean view, try XMBeans (MBeans defined by XML Files). All add an example.

    An excerpt from our SchedulerMBean XML:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE mbean PUBLIC
       "-//JBoss//DTD JBOSS XMBEAN 1.2//EN"
       "http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_2.dtd">
    
    <mbean>
     <description>Scheduler Management Interface</description>
     <class>ourpackage.SchedulerMBean</class>
    
     <operation>
      <description><![CDATA[starts the scheduler]]></description>
      <name>start</name>
      <return-type>void</return-type>
     </operation>
     <operation>
      <description>
      <![CDATA[(Re)initialises a scheduler. <br/>
      Deletes all jobs and loads the job defintion from the DB.]]>
      </description>
      <name>initScheduler</name>
      <parameter>
         <description>The scheduler's name</description>
         <name>Scheduler</name>
         <type>java.lang.String</type>
      </parameter>
      <return-type>void</return-type>
     </operation>
    </mbean>
    

    And our SchedulerMBean:

    @Service ( objectName = "OurApp:SchedulerMBean=SchedulerMBean", 
      xmbean="resource:path/to/SchedulerMBean.xml")
    public class SchedulerMBean {
       public void start() { ... }
       public void initScheduler(String schedulerName) { ... }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for an open source Attendence Management System, I'd like to be
Does anyone know of any way to customise the Workflow Comments box that appears
I'm looking for a script that parses markup like the one used in wikis
Trying to customize Symfony2 form to produce html code looking like the following example:
I am trying to customize a view-src bookmarklet for iPad. This one is looking
I'm looking to know both what can be customized as well as the recommended
Has anyone figured out a good way to detect if the client's browser is
In my app I'm looking to customise a bar button that currently shows the
I'm looking to customise the CSS of a site I regularly use. My question
I'm looking to customise the sub_menu.html template with DjangoCMS, and have currently got the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.