|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentModel
The ComponentModel interface defines the remotely accessible aspects of a component configuration.
Field Summary |
---|
Fields inherited from interface net.dpml.component.Model |
---|
PARTITION_SEPARATOR |
Method Summary | |
---|---|
CategoryDirective[] |
getCategoryDirectives()
Return the component logging categories. |
Classpath |
getClasspath()
Return the component classpath directive. |
CollectionPolicy |
getCollectionPolicy()
Return the current component collection policy. |
ContextModel |
getContextModel()
Return the current context model. |
String |
getImplementationClassName()
Return the component implementation class name. |
LifestylePolicy |
getLifestylePolicy()
Return the component lifestyle policy. |
String |
getName()
Return the component name. |
PartReference[] |
getPartReferences()
Return the default set of internal part directives. |
boolean |
isThreadSafe()
Return the component thread-safe status. |
Methods inherited from interface net.dpml.component.Model |
---|
addModelListener, getActivationPolicy, getContextPath, removeModelListener, setActivationPolicy |
Method Detail |
---|
ContextModel getContextModel() throws RemoteException
RemoteException
- if a remote exception occursString getName() throws RemoteException
RemoteException
- if a remote exception occursString getImplementationClassName() throws RemoteException
RemoteException
- if a remote exception occursClasspath getClasspath() throws RemoteException
RemoteException
- if a remote exception occursboolean isThreadSafe() throws RemoteException
RemoteException
- if a remote exception occursLifestylePolicy getLifestylePolicy() throws RemoteException
RemoteException
- if a remote exception occursCollectionPolicy getCollectionPolicy() throws RemoteException
RemoteException
- if a remote exception occursCategoryDirective[] getCategoryDirectives() throws RemoteException
RemoteException
- if a remote exception occursPartReference[] getPartReferences() throws RemoteException
RemoteException
- if a remote exception occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |