No - rmi pretty much only provides remote access, and distributed garbage collection.
For anything else, you're going to either have to code it yourself, or use a technology that adds these things to RMI.
For example,
EJB technology uses RMI, but provides additional security, transaction management, etc.
Jini is another example of a technology that at the base uses RMI, but adds other functionality.