|
||||||||||
| 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 occurs
String getName()
throws RemoteException
RemoteException - if a remote exception occurs
String getImplementationClassName()
throws RemoteException
RemoteException - if a remote exception occurs
Classpath getClasspath()
throws RemoteException
RemoteException - if a remote exception occurs
boolean isThreadSafe()
throws RemoteException
RemoteException - if a remote exception occurs
LifestylePolicy getLifestylePolicy()
throws RemoteException
RemoteException - if a remote exception occurs
CollectionPolicy getCollectionPolicy()
throws RemoteException
RemoteException - if a remote exception occurs
CategoryDirective[] getCategoryDirectives()
throws RemoteException
RemoteException - if a remote exception occurs
PartReference[] 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 | |||||||||