GridGain™ 2.1.0
Java API Specification

Uses of Interface
org.gridgain.grid.marshaller.GridMarshaller

Packages that use GridMarshaller
org.gridgain.grid icon Start Here  Contains main GridGain API interfaces and classes. 
org.gridgain.grid.marshaller.jboss icon Contains default JBoss Serialization based marshaller. 
org.gridgain.grid.marshaller.jdk icon Contains JDK java.io based marshaller. 
org.gridgain.grid.marshaller.xstream icon Contains XStream (http://xstream.codehaus.org/) based marshaller. 
 

Uses of GridMarshaller in org.gridgain.grid
 

Methods in org.gridgain.grid that return GridMarshaller
 GridMarshaller GridConfiguration.getMarshaller()
          Should return an instance of marshaller to use in grid.
 GridMarshaller GridConfigurationAdapter.getMarshaller()
          Should return an instance of marshaller to use in grid.
 

Methods in org.gridgain.grid with parameters of type GridMarshaller
 void GridConfigurationAdapter.setMarshaller(GridMarshaller marshaller)
          Sets marshaller to use within grid.
 

Uses of GridMarshaller in org.gridgain.grid.marshaller.jboss
 

Classes in org.gridgain.grid.marshaller.jboss that implement GridMarshaller
 class GridJBossMarshaller
          Implementation of GridMarshaller based on JBoss serialization.
 

Uses of GridMarshaller in org.gridgain.grid.marshaller.jdk
 

Classes in org.gridgain.grid.marshaller.jdk that implement GridMarshaller
 class GridJdkMarshaller
          Implementation of GridMarshaller based on JDK serialization mechanism.
 

Uses of GridMarshaller in org.gridgain.grid.marshaller.xstream
 

Classes in org.gridgain.grid.marshaller.xstream that implement GridMarshaller
 class GridXstreamMarshaller
          Marshaller that usese XStream to marshal objects.
 


GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.