|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Model
The Model interfaces is used mark a object as manageable context used in the creation of a runtime handler.
| Field Summary | |
|---|---|
static String |
PARTITION_SEPARATOR
The constant partition separator. |
| Method Summary | |
|---|---|
void |
addModelListener(ModelListener listener)
Add a listener to the component model. |
ActivationPolicy |
getActivationPolicy()
Get the activation policy. |
String |
getContextPath()
Return the path identifying the model. |
void |
removeModelListener(ModelListener listener)
Remove a listener from the component model. |
void |
setActivationPolicy(ActivationPolicy policy)
Set the component activation policy to the supplied value. |
| Field Detail |
|---|
static final String PARTITION_SEPARATOR
| Method Detail |
|---|
String getContextPath()
throws RemoteException
RemoteException - if a remote exception occurs
ActivationPolicy getActivationPolicy()
throws RemoteException
RemoteException - if a remote exception occursActivationPolicy.SYSTEM,
ActivationPolicy.STARTUP,
ActivationPolicy.DEMAND
void setActivationPolicy(ActivationPolicy policy)
throws RemoteException
policy - the new activation policy
RemoteException - if a remote I/O error occurs
void addModelListener(ModelListener listener)
throws RemoteException
listener - the model listener
RemoteException - if a remote exception occurs
void removeModelListener(ModelListener listener)
throws RemoteException
listener - the model listener
RemoteException - if a remote exception occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||