palio.designer
Class AbstractInstanceService

java.lang.Object
  extended by palio.designer.AbstractInstanceService
Direct Known Subclasses:
VersionControlServicePerInstance

public abstract class AbstractInstanceService
extends java.lang.Object

This class is an abstract for all internal services. There is also functionality of lazy initialization and awaiting when associated instance is switched to given state.

Author:
Szymon Kuklewicz

Constructor Summary
AbstractInstanceService(Instance instance)
           
 
Method Summary
 boolean isInitialized()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInstanceService

public AbstractInstanceService(Instance instance)
Method Detail

isInitialized

public boolean isInitialized()