A method (or other identifier) is considered local if it is defined or declared in the current class or method. Sometimes a more specific term like, ``local to the method'' or ``local to the class'' is used. There is also a SIDL keyword local that modifies methods. If a method is local is can only be called in-process, and cannot be exported over RMI.