|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ManagedObjectFactoryMap is a collection of ManagedObjectFactorys keyed by Notifications. An implementation has to be able to map from the various type of events and their associated data to the ManagedObjectFactory that is able the create the JSR-77 management object(s) that should be available for the core JBoss component represented by the Notification.
Method Summary | |
ManagedObjectFactory |
getFactory(javax.management.Notification createEvent)
|
void |
setCMDeployer(javax.management.ObjectName name)
Set the ObjectName to recognize as the JCA Connection manager deployer component |
void |
setEARDeployer(javax.management.ObjectName name)
Set the ObjectName to recognize as the EARDeployer component |
void |
setEJBDeployer(javax.management.ObjectName name)
Set the ObjectName to recognize as the EJBDeployer component |
void |
setJavaMailResource(javax.management.ObjectName name)
Set the ObjectName to recognize as a JavaMail resource component |
void |
setJMSResource(javax.management.ObjectName name)
Set the ObjectName to recognize as a JMS resource component |
void |
setJNDIResource(javax.management.ObjectName name)
Set the ObjectName to recognize as a JNDI resource component |
void |
setJTAResource(javax.management.ObjectName name)
Set the ObjectName to recognize as a JTA resource component |
void |
setRARDeployer(javax.management.ObjectName name)
Set the ObjectName to recognize as the RARDeployer component |
void |
setRMI_IIOPResource(javax.management.ObjectName name)
Set the ObjectName to recognize as a RMI_IIOP resource component |
void |
setSARDeployer(javax.management.ObjectName name)
Set the ObjectName to recognize as the SARDeployer component |
void |
setWARDeployer(javax.management.ObjectName name)
Set the ObjectName to recognize as the WARDeployer component |
Method Detail |
public ManagedObjectFactory getFactory(javax.management.Notification createEvent)
public void setSARDeployer(javax.management.ObjectName name)
name
- the SARDeployer namepublic void setEARDeployer(javax.management.ObjectName name)
name
- the EARDeployer namepublic void setEJBDeployer(javax.management.ObjectName name)
name
- the EJBDeployer namepublic void setRARDeployer(javax.management.ObjectName name)
name
- the RARDeployer namepublic void setCMDeployer(javax.management.ObjectName name)
name
- the JCA Connection manager deployer namepublic void setWARDeployer(javax.management.ObjectName name)
name
- the WARDeployer namepublic void setJavaMailResource(javax.management.ObjectName name)
name
- the JavaMail service namepublic void setJMSResource(javax.management.ObjectName name)
name
- the JMS service namepublic void setJNDIResource(javax.management.ObjectName name)
name
- the JNDI service namepublic void setJTAResource(javax.management.ObjectName name)
name
- the JTA service namepublic void setRMI_IIOPResource(javax.management.ObjectName name)
name
- the RMI_IIOP service name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |