|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the APIs to interact with a persistance handler Implementation.
| Method Summary | |
boolean |
add(LocatorType serviceGroupEntryLocator,
LocatorType memberServiceLocator,
ExtensibilityType content,
TerminationTimeType terminationTimeType)
Adds a service group entry. |
boolean |
cleanupServiceGroupEntryService(java.lang.String serviceHandle)
Removes the serviceGroup Entry service for a given handle. |
boolean |
cleanupServiceGroupRegistrationService()
Removes the serviceGroup Registration service. |
HandleType[] |
getAllServiceGroupEntryLocators()
Retrieves all service group entries from the collection. |
org.w3c.dom.Document |
getServiceGroupEntryContentData(java.lang.String serviceGroupEntryHandle)
Retrieves the serviceGroup Entry service data for a given handle. |
EntryType[] |
getServiceGroupEntryData(java.lang.String serviceGroupHandle)
Retrieves the serviceGroup Entry service data for a given handle. |
HandleType[] |
getServiceGroupEntryLocators(HandleType[] memberServiceHandles)
Retrieves the corresponding service group entries from the collection. |
org.w3c.dom.Element |
getServiceGroupEntryMemberServiceLocatorData(java.lang.String serviceGroupEntryHandle)
Retrieves the MemberServiceHandle service data. |
void |
initialize()
The initialize method. |
boolean |
remove(HandleType[] memberServiceHandles)
Removes sevice group entries from the persistence container for the corresponding service group entries |
boolean |
removeServiceGroupEntry(HandleType serviceGroupEntryHandle)
Removes the service group entries from the collection. |
| Method Detail |
public void initialize()
throws java.lang.Exception
java.lang.Exception
public boolean add(LocatorType serviceGroupEntryLocator,
LocatorType memberServiceLocator,
ExtensibilityType content,
TerminationTimeType terminationTimeType)
throws AddRefusedFaultType
serviceGroupEntryLocator - - The Service Group Entry LocatormemberServiceLocator - - The member service Locatorcontent - - The Member ContentterminationTimeType - - Termination Time
AddRefusedFaultType
public boolean remove(HandleType[] memberServiceHandles)
throws RemoveFailedFaultType,
MatchFailedFaultType
memberServiceHandles - - The List of member service Handles
RemoveFailedFaultType
MatchFailedFaultType
public boolean removeServiceGroupEntry(HandleType serviceGroupEntryHandle)
throws RemoveFailedFaultType
serviceGroupEntryHandle - - service group entry Handle for removal
RemoveFailedFaultType
public HandleType[] getServiceGroupEntryLocators(HandleType[] memberServiceHandles)
throws java.lang.Exception
memberServiceHandles - - Array of member service Handles for removal
java.lang.Exception
public HandleType[] getAllServiceGroupEntryLocators()
throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Element getServiceGroupEntryMemberServiceLocatorData(java.lang.String serviceGroupEntryHandle)
throws java.lang.Exception
serviceGroupEntryHandle - - The Service Group Entry Handle
java.lang.Exception
public org.w3c.dom.Document getServiceGroupEntryContentData(java.lang.String serviceGroupEntryHandle)
throws java.lang.Exception
serviceGroupEntryHandle - - The Service Group Handle
java.lang.Exception
public EntryType[] getServiceGroupEntryData(java.lang.String serviceGroupHandle)
throws java.lang.Exception
serviceGroupHandle - - The Service Group Handle
java.lang.Exception
public boolean cleanupServiceGroupEntryService(java.lang.String serviceHandle)
throws java.lang.Exception
serviceHandle - - The Service Group Handle
java.lang.Exception
public boolean cleanupServiceGroupRegistrationService()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||