|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CodeBaseModel
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 |
|---|
URI getCodeBaseURI()
throws RemoteException
RemoteException - if a remote exception occurs
void addCodeBaseListener(CodeBaseListener listener)
throws RemoteException
listener - the listener to add
RemoteException - if a remote exception occurs
void removeCodeBaseListener(CodeBaseListener listener)
throws RemoteException
listener - the listener to remove
RemoteException - if a remote exception occurs
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 | |||||||||