public static class UoWFileFactory.Mixin extends Object implements UoWFileFactory
UoWFileFactory.MixinServiceActivation.ServiceActivator| Constructor and Description |
|---|
Mixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateService()
Called after ServiceComposite Activation.
|
UoWFile |
createCurrentUoWFile(File file) |
void |
passivateService()
Called before ServiceComposite Passivation.
|
public void activateService()
throws IOException
ServiceActivationactivateService in interface ServiceActivationIOExceptionpublic void passivateService()
throws Exception
ServiceActivationpassivateService in interface ServiceActivationException - if unable to passivatepublic UoWFile createCurrentUoWFile(File file)
createCurrentUoWFile in interface UoWFileFactory