gr.uoa.di.madgik.commons.infra
Class HostingNodeAdapter

java.lang.Object
  extended by gr.uoa.di.madgik.commons.infra.HostingNodeAdapter

public abstract class HostingNodeAdapter
extends Object


Constructor Summary
HostingNodeAdapter()
           
 
Method Summary
abstract  HostingNode adapt(Object o)
           
 List<HostingNode> adaptAll(List<? extends Object> l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostingNodeAdapter

public HostingNodeAdapter()
Method Detail

adapt

public abstract HostingNode adapt(Object o)
                           throws Exception
Throws:
Exception

adaptAll

public List<HostingNode> adaptAll(List<? extends Object> l)
                           throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.