org.granite.client.messaging
Class StandardRemoteAliasScanner

java.lang.Object
  extended by org.granite.client.messaging.StandardRemoteAliasScanner
All Implemented Interfaces:
RemoteAliasScanner

public class StandardRemoteAliasScanner
extends Object
implements RemoteAliasScanner


Constructor Summary
StandardRemoteAliasScanner()
           
 
Method Summary
 Set<Class<?>> scan(Set<String> packageNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardRemoteAliasScanner

public StandardRemoteAliasScanner()
Method Detail

scan

public Set<Class<?>> scan(Set<String> packageNames)
Specified by:
scan in interface RemoteAliasScanner