Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.rmi.annotation
Annotation Type Rmi


@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

remoteInterfaces

public abstract Class[] remoteInterfaces

clusterable

public abstract boolean clusterable
Default:
false

loadAlgorithm

public abstract LoadAlgorithmType loadAlgorithm
Default:
weblogic.rmi.annotation.LoadAlgorithmType.DEFAULT

callRouterClassname

public abstract String callRouterClassname
Default:
""

stickToFirstServer

public abstract boolean stickToFirstServer
Default:
false

defaultRMIMethodParams

public abstract RmiMethod defaultRMIMethodParams
Default:
@weblogic.rmi.annotation.RmiMethod

Copyright 1996, 2013, 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.2)

Part Number E27170-02