|
Oracle Corp. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to be implemented by a provider. Profile service providers must be registered in the profile.xml configuration file.
It is acceptable for a provider to implement only a subset of the
ProfileService
methods. In that case, the unimplemented ones should throw
OperationNotSupportedException.
ProfileService| Field Summary |
| Fields inherited from interface com.bea.wcp.profile.ProfileService |
PROFILE_SERVICE |
| Method Summary | |
void |
register(com.bea.wcp.profile.descriptor.beans.ProviderBean bean)
This method is called when the profile service attempts to register an instance of this provider. |
void |
unregister()
This method is called to inform the profile service provider that it is being disconnected from the profile service. |
| Methods inherited from interface com.bea.wcp.profile.ProfileService |
deleteDocument, deleteDocument, getDocument, getDocument, putDocument, putDocument, subscribe, subscribe, subscribe, subscribe |
| Method Detail |
public void register(com.bea.wcp.profile.descriptor.beans.ProviderBean bean)
throws ProfileException
bean - Configuration bean; use for initialization.
ProfileExceptionpublic void unregister()
|
Documentation is available at http://e-docs.bea.com/wlcp/wlss40/ Copyright 2008 Oracle Corp. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||