|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public @interface SimonRemote
Declares the remote simon class. Can only be used on the implementation class. When value() is specified, the value defines the remote interfaces to use. Only those interfaces can then be used remotely. If value() is not specified, all known interfaces can be used remotely.
Optional Element Summary | |
---|---|
java.lang.Class[] |
value
When value() is specified, the value defines the remote interfaces to use. |
public abstract java.lang.Class[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |