|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) public @interface Remote
This annotation allows specifying remote interface directly on concrete remote classes.
| Required Element Summary | |
|---|---|
java.lang.Class<?>[] |
interfaces
|
| Element Detail |
|---|
public abstract java.lang.Class<?>[] interfaces
Class instances corresponding to the interfaces that
should be exported as part of remoting.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||