|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A CodeBaseModel maintains information about the configuration of a pluggable subsystem.
| Method Summary | |
void |
addCodeBaseListener(CodeBaseListener listener)
Add a codebase listener to the model. |
URI |
getCodeBaseURI()
Return the uri of the plugin to be used for the subsystem. |
Value[] |
getParameters()
Return the array of codebase parameter values. |
void |
removeCodeBaseListener(CodeBaseListener listener)
Remove a codebase listener from the model. |
| Method Detail |
public URI getCodeBaseURI()
throws RemoteException
RemoteException - if a remote exception occurs
public void addCodeBaseListener(CodeBaseListener listener)
throws RemoteException
listener - the listener to add
RemoteException - if a remote exception occurs
public void removeCodeBaseListener(CodeBaseListener listener)
throws RemoteException
listener - the listener to remove
RemoteException - if a remote exception occurs
public Value[] getParameters()
throws RemoteException
RemoteException - if a remote exception occurs
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||