|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProfileServiceSpi
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(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 |
|---|
void register(ProviderBean bean)
throws ProfileException
bean - Configuration bean; use for initialization.ProfileExceptionvoid unregister()
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.