|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.server.profileservice.persistence.ManagedObjectRecreationHelper
public class ManagedObjectRecreationHelper
A recreation helper.
Constructor Summary | |
---|---|
ManagedObjectRecreationHelper(org.jboss.managed.api.factory.ManagedObjectFactory mangedObjectFactory)
|
Method Summary | |
---|---|
protected org.jboss.managed.api.ManagedObject |
createManagedObjectSkeleton(String className)
Create a ManagedObject skeleton based on a class name. |
ClassLoader |
getLoader()
|
protected Class<?> |
loadClass(String className)
Load class. |
void |
setLoader(ClassLoader loader)
|
void |
setValue(String name,
org.jboss.managed.api.ManagedProperty property,
Object attachment)
Set a value to a managed property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagedObjectRecreationHelper(org.jboss.managed.api.factory.ManagedObjectFactory mangedObjectFactory)
Method Detail |
---|
public ClassLoader getLoader()
public void setLoader(ClassLoader loader)
public void setValue(String name, org.jboss.managed.api.ManagedProperty property, Object attachment) throws Throwable
name
- the property nameproperty
- the managed propertyattachment
- the attachment
Throwable
- for any erroprotected org.jboss.managed.api.ManagedObject createManagedObjectSkeleton(String className) throws ClassNotFoundException
className
- the class name
ClassNotFoundException
protected Class<?> loadClass(String className) throws ClassNotFoundException
className
- the class name
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |