jgroup.relacs.gmi
Class JeriGroupExporter

java.lang.Object
  extended by jgroup.relacs.gmi.JeriGroupExporter
All Implemented Interfaces:
net.jini.export.Exporter

public class JeriGroupExporter
extends java.lang.Object
implements net.jini.export.Exporter

This class can be used together with Jini2 config files to export a proxy. It uses JeriEGMILayer as the invocation factory.

Author:
Rohnny Moland

Constructor Summary
JeriGroupExporter(java.lang.String name)
          Obtains a GroupManager from the application name, and an ExternalGMIService.
 
Method Summary
 java.rmi.Remote export(java.rmi.Remote impl)
           
 boolean unexport(boolean force)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JeriGroupExporter

public JeriGroupExporter(java.lang.String name)
Obtains a GroupManager from the application name, and an ExternalGMIService.

Parameters:
name - the application name
Method Detail

export

public java.rmi.Remote export(java.rmi.Remote impl)
                       throws java.rmi.server.ExportException
Specified by:
export in interface net.jini.export.Exporter
Throws:
java.rmi.server.ExportException

unexport

public boolean unexport(boolean force)
Specified by:
unexport in interface net.jini.export.Exporter


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.