| Methods in com.ibm.able.platform with parameters of type AblePersistenceSupport
|
void |
RMIVerifiableNamingSystem.refreshLocalFromPersistence(AblePersistenceSupport thePersistenceSupport,
java.lang.Object[] persistedRecords)
Takes the persisted Objects that are read in, and sets them locally. |
void |
RMIVerifiableDirectorySystem.refreshLocalFromPersistence(AblePersistenceSupport thePersistenceSupport,
java.lang.Object[] persistedRecords)
|
void |
RmiPlatformSupportServiceSystem.refreshLocalFromPersistence(AblePersistenceSupport thePersistenceSupport,
java.lang.Object[] thePersistedRecords)
|
void |
RmiAgentLoggingSystem.refreshLocalFromPersistence(AblePersistenceSupport thePersistenceSupport,
java.lang.Object[] persistedRecords)
|
void |
RmiAgentLifeCycleSystem.refreshLocalFromPersistence(AblePersistenceSupport thePersistenceSupport,
java.lang.Object[] thePersistedRecords)
|
void |
AblePersistenceSupportProcessor.refreshLocalFromPersistence(AblePersistenceSupport thePersistenceSupport,
java.lang.Object[] persistedRecords)
Takes the persisted Objects that are read in, and sets them locally. |
protected void |
AbleBasicService.thenNotifyAblePlatformServiceEventListeners(java.lang.String theCallingMethod,
int theEventId,
java.lang.String theEventDescription,
java.lang.Object theEventObject1,
java.lang.Object theEventObject2,
AblePersistenceSupport thePrstSppt,
java.lang.String theListenerColumnName)
Packages the specified parameters into an
AblePlatformServiceEvent and calls "notify" to deliver the event to
all registered service event listeners. |
protected void |
AbleBasicService.notifyAblePlatformServiceEventListeners(AblePlatformServiceEvent theEvent,
AblePersistenceSupport thePrstSppt,
java.lang.String theListenerColumnName)
Delivers the specified service event to all registered service
event listeners; should any service event listener fail to
receive the event, the listener is removed from the list and will
receive no furhter events until it reregisters. |