org.sapia.ubik.rmi
Annotation Type Remote


@Retention(value=RUNTIME)
public @interface Remote

This annotation allows specifying remote interface directly on concrete remote classes.

Author:
yduchesne

Required Element Summary
 java.lang.Class<?>[] interfaces
           
 

Element Detail

interfaces

public abstract java.lang.Class<?>[] interfaces
Returns:
the array of Class instances corresponding to the interfaces that should be exported as part of remoting.


Copyright © 2010 Sapia OSS. All Rights Reserved.