packagecom.keuin.kbackupfabric.operation.abstracts;publicabstractclassAbstractSerializedOperation{/** * Do your operation here. * This method is not designed to be public. * When this method returns, the operation must have finished. * * @return the stat code. */protectedabstractbooleanoperate();}