|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={FIELD,METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface TransportHintAn annotation indicating the type of transport desired for a distributed object class, field, or method.
| Optional Element Summary | |
|---|---|
int |
channel
For ordered transport types, the channel to use. |
Transport.Type |
type
The type of transport to use. |
public abstract Transport.Type type
public abstract int channel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||