org.apache.geronimo.messaging.reference
Interface Referenceable


public interface Referenceable

Mark-up interface a la javax.naming.Referenceable. A component flagged with this interface can be referenced/invoked from remote Nodes.
More accurately, when such an instance is marshalled it is replaced by a ReferenceableInfo instance. When this latter is resolved during unmarshalling it is replaced by a proxy knowing how to invoke remotely the Referenceable.
Only the interfaces of the Referenceable are proxied.

Version:
$Revision: 1.1 $ $Date: 2004/05/11 12:06:42 $



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.