net.officefloor.frame.spi.administration
Interface Administrator<I,A extends Enum<A>>

All Known Implementing Classes:
ClassAdministrator, TransactionAdministratorSource

public interface Administrator<I,A extends Enum<A>>

Provides administration of the ManagedObject instances.

Author:
Daniel Sagenschneider

Method Summary
 Duty<I,?,?> getDuty(DutyKey<A> dutyKey)
          Duty to be undertaken on the ManagedObject extension interfaces.
 

Method Detail

getDuty

Duty<I,?,?> getDuty(DutyKey<A> dutyKey)
Duty to be undertaken on the ManagedObject extension interfaces.

Parameters:
dutyKey - DutyKey identifying the Duty.
Returns:
Duty.


Copyright © 2005-2013. All Rights Reserved.