A C D E F G H M O R S T

A

addConnector(Connector) - Method in class org.apache.commons.modeler.demo.Service
Add a new Connector to this Service.
addService(Service) - Method in class org.apache.commons.modeler.demo.Server
Add a new Service to this Server.

C

checkDescriptor(Descriptor, String, Object) - Method in class org.apache.commons.modeler.RegistryTestCase
 
checkField(List, String, Object) - Method in class org.apache.commons.modeler.RegistryTestCase
 
Connector - Class in org.apache.commons.modeler.demo
Sample managed object for the Modeler Demonstration Application, based on the Catalina architecture of Tomcat 4.
Connector() - Constructor for class org.apache.commons.modeler.demo.Connector
Construct a default instance of this class.
Connector(int, String, boolean, Service, Container) - Constructor for class org.apache.commons.modeler.demo.Connector
Construct a configured instance of this class.
Container - Interface in org.apache.commons.modeler.demo
Sample managed object for the Modeler Demonstration Application, based on the Catalina architecture of Tomcat 4.
container - Variable in class org.apache.commons.modeler.demo.Service
The associated Container for this Service.

D

Demo - Class in org.apache.commons.modeler.demo
Demonstration program for the Modeller package.
Demo() - Constructor for class org.apache.commons.modeler.demo.Demo
 

E

Engine - Class in org.apache.commons.modeler.demo
Sample managed object for the Modeler Demonstration Application, based on the Catalina architecture of Tomcat 4.
Engine() - Constructor for class org.apache.commons.modeler.demo.Engine
Construct a default instance of this class.
Engine(String, String, Service) - Constructor for class org.apache.commons.modeler.demo.Engine
Construct a configured instance of this class.

F

findConnector(int) - Method in class org.apache.commons.modeler.demo.Service
Find and return the specified Connector associated with this Service.
findConnectors() - Method in class org.apache.commons.modeler.demo.Service
Find and return all Connectors associated with this Service.
findService(String) - Method in class org.apache.commons.modeler.demo.Server
Find and return the specified Service associated with this Server.
findServices() - Method in class org.apache.commons.modeler.demo.Server
Find and return all Services associated with this Server.

G

getContainer() - Method in class org.apache.commons.modeler.demo.Connector
 
getContainer() - Method in class org.apache.commons.modeler.demo.Service
 
getDefaultHost() - Method in class org.apache.commons.modeler.demo.Engine
 
getName() - Method in interface org.apache.commons.modeler.demo.Container
Return the name of this Container.
getName() - Method in class org.apache.commons.modeler.demo.Engine
 
getName() - Method in class org.apache.commons.modeler.demo.Service
 
getParent() - Method in interface org.apache.commons.modeler.demo.Container
Return the parent Container of this Container.
getParent() - Method in class org.apache.commons.modeler.demo.Engine
 
getPort() - Method in class org.apache.commons.modeler.demo.Connector
 
getPort() - Method in class org.apache.commons.modeler.demo.Server
 
getScheme() - Method in class org.apache.commons.modeler.demo.Connector
 
getSecure() - Method in class org.apache.commons.modeler.demo.Connector
 
getServer() - Method in class org.apache.commons.modeler.demo.Service
 
getService() - Method in class org.apache.commons.modeler.demo.Connector
 
getService() - Method in class org.apache.commons.modeler.demo.Engine
 
getShutdown() - Method in class org.apache.commons.modeler.demo.Server
 

H

handleNotification(Notification, Object) - Method in class org.apache.commons.modeler.demo.Demo
Handle the notification of a JMX event.

M

main(String[]) - Static method in class org.apache.commons.modeler.demo.Demo
The main program for this demonstration.

O

org.apache.commons.modeler - package org.apache.commons.modeler
 
org.apache.commons.modeler.demo - package org.apache.commons.modeler.demo
 

R

registry - Variable in class org.apache.commons.modeler.RegistryTestCase
The Registry we will be testing.
RegistryTestCase - Class in org.apache.commons.modeler
Test Case for the Registry class.
RegistryTestCase(String) - Constructor for class org.apache.commons.modeler.RegistryTestCase
Construct a new instance of this test case.
removeConnector(Connector) - Method in class org.apache.commons.modeler.demo.Service
Remove the specified Connector from association with this Service.
removeService(Service) - Method in class org.apache.commons.modeler.demo.Server
Remove the specified Service from association with this Server.

S

Server - Class in org.apache.commons.modeler.demo
Sample managed object for the Modeler Demonstration Application, based on the Catalina architecture of Tomcat 4.
Server() - Constructor for class org.apache.commons.modeler.demo.Server
Construct a default instance of this class.
Server(int, String) - Constructor for class org.apache.commons.modeler.demo.Server
Construct a configured instance of this class.
Service - Class in org.apache.commons.modeler.demo
Sample managed object for the Modeler Demonstration Application, based on the Catalina architecture of Tomcat 4.
Service() - Constructor for class org.apache.commons.modeler.demo.Service
Construct a default instance of this class.
Service(String, Server) - Constructor for class org.apache.commons.modeler.demo.Service
Construct a configured instance of this class.
setContainer(Container) - Method in class org.apache.commons.modeler.demo.Connector
 
setContainer(Container) - Method in class org.apache.commons.modeler.demo.Service
 
setDefaultHost(String) - Method in class org.apache.commons.modeler.demo.Engine
 
setName(String) - Method in interface org.apache.commons.modeler.demo.Container
Set the name of this Container.
setName(String) - Method in class org.apache.commons.modeler.demo.Engine
 
setName(String) - Method in class org.apache.commons.modeler.demo.Service
 
setParent(Container) - Method in interface org.apache.commons.modeler.demo.Container
Set the parent Container of this Container.
setParent(Container) - Method in class org.apache.commons.modeler.demo.Engine
 
setPort(int) - Method in class org.apache.commons.modeler.demo.Connector
 
setPort(int) - Method in class org.apache.commons.modeler.demo.Server
 
setScheme(String) - Method in class org.apache.commons.modeler.demo.Connector
 
setSecure(boolean) - Method in class org.apache.commons.modeler.demo.Connector
 
setServer(Server) - Method in class org.apache.commons.modeler.demo.Service
 
setService(Service) - Method in class org.apache.commons.modeler.demo.Connector
 
setService(Service) - Method in class org.apache.commons.modeler.demo.Engine
 
setShutdown(String) - Method in class org.apache.commons.modeler.demo.Server
 
setUp() - Method in class org.apache.commons.modeler.RegistryTestCase
Set up instance variables required by this test case.
suite() - Static method in class org.apache.commons.modeler.RegistryTestCase
Return the tests included in this test suite.

T

tearDown() - Method in class org.apache.commons.modeler.RegistryTestCase
Tear down instance variables required by this test case.
testDescriptorEntries() - Method in class org.apache.commons.modeler.RegistryTestCase
Test descriptor entries.
testModelMBeanAttributeInfo() - Method in class org.apache.commons.modeler.RegistryTestCase
Test ModelMBeanAttributeInfo information.
testModelMBeanConstructorInfo() - Method in class org.apache.commons.modeler.RegistryTestCase
Test ModelMBeanConstructorInfo information.
testModelMBeanInfo() - Method in class org.apache.commons.modeler.RegistryTestCase
Test ModelMBeanInfo information.
testModelMBeanNotificationInfo() - Method in class org.apache.commons.modeler.RegistryTestCase
Test ModelMBeanNotificationInfo information.
testModelMBeanOperationInfo() - Method in class org.apache.commons.modeler.RegistryTestCase
Test ModelMBeanOperationInfo information.
testRegistryCreation() - Method in class org.apache.commons.modeler.RegistryTestCase
Test registry creation.
toString() - Method in class org.apache.commons.modeler.demo.Connector
Return a String representation of this object.
toString() - Method in class org.apache.commons.modeler.demo.Engine
Return a String representation of this object.
toString() - Method in class org.apache.commons.modeler.demo.Server
Return a String representation of this object.
toString() - Method in class org.apache.commons.modeler.demo.Service
Return a String representation of this object.

A C D E F G H M O R S T

Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.