|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=java.lang.annotation.ElementType.TYPE) @Retention(value=RUNTIME) public @interface Rmi
RMI annotation. All rmic options related to remote objects can be specified as an RMI annotation in the remote implementation class. Elements for this class are:
Required Element Summary | |
---|---|
Class[] |
remoteInterfaces
|
Optional Element Summary | |
---|---|
String |
callRouterClassname
|
boolean |
clusterable
|
RmiMethod |
defaultRMIMethodParams
|
LoadAlgorithmType |
loadAlgorithm
|
boolean |
stickToFirstServer
|
Element Detail |
---|
public abstract Class[] remoteInterfaces
public abstract boolean clusterable
public abstract LoadAlgorithmType loadAlgorithm
public abstract String callRouterClassname
public abstract boolean stickToFirstServer
public abstract RmiMethod defaultRMIMethodParams
|
Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |