Deprecated API


Contents
Deprecated Classes
com.j_spaces.map.Attribute
            
 

Deprecated Fields
com.j_spaces.map.Envelope.ATTRIBUTES
          attributes will not be avaliable in future versions 
com.j_spaces.core.cluster.IReplicationFilterEntry.DUMMY
          use IReplicationFilterEntry.discard() and IReplicationFilterEntry.isDiscarded() instead 
com.j_spaces.core.JSpaceAttributes.m_isClustered
            
com.j_spaces.core.filters.FilterOperationCodes.ON_INIT
          this operation code is deprecated. There is no need for ON_INIT , since when filter's init() is called the space is already initialized 
 

Deprecated Methods
com.j_spaces.javax.cache.EvictionStrategy.createEntry(Object, Object, Attribute[], long, int)
          use EvictionStrategy.createEntry(Object, Object, long, int) 
com.j_spaces.map.eviction.NoneEvictionStrategy.createEntry(Object, Object, Attribute[], long, int)
           
com.j_spaces.map.IMap.getAttribute(Object, String)
          This method will not be available in future versions 
com.j_spaces.map.Envelope.getAttributes(ExternalEntry)
          This method will not available in future versions 
com.j_spaces.map.IMap.getAttributes(Object)
          This method will not be available in future versions 
com.j_spaces.map.IMap.getAttributes(Object, long)
          This method will not be available in future versions 
com.j_spaces.core.client.EntryArrivedRemoteEvent.getEntry()
           
com.j_spaces.core.client.EntryArrivedRemoteEvent.getEntry(boolean)
           
com.j_spaces.core.IGSEntry.getEntry(IJSpace)
          use IGSEntry.getObject(IJSpace) instead. 
com.j_spaces.core.client.CacheException.getUnderlyingException()
          use java.lang.Throwable#getCause() 
com.j_spaces.map.IMap.put(Object, Object, Attribute[])
          This method will not be available in future versions. 
com.j_spaces.map.IMap.put(Object, Object, Attribute[], long)
          This method will not be available in future versions. 
com.j_spaces.core.IJSpace.replace(Entry, Entry, Transaction, long)
          use instead: IJSpace.update(Entry, Transaction, long, long, int) 
com.j_spaces.jca.GSInteraction.update(Entry, boolean, long)
          Use instead GSInteraction.update(Entry, Entry, long, long) (@link #update(Entry, long, long) } 
com.j_spaces.jca.GSInteraction.update(Entry, Entry, boolean, long)
          Use instead GSInteraction.update(Entry, Entry, long, long) (@link #update(Entry, long, long) } 
com.j_spaces.jca.GSInteraction.update(Entry, Entry, long)
          Use instead GSInteraction.update(Entry, Entry, long, long) (@link #update(Entry, long, long) } 
com.j_spaces.core.IJSpace.update(Entry, Entry, Transaction, long)
          use instead: IJSpace.update(Entry, Transaction, long, long, int) 
com.j_spaces.core.IJSpace.update(Entry, Entry, Transaction, long, long)
          use instead: IJSpace.update(Entry, Transaction, long, long, int) 
com.j_spaces.jca.GSInteraction.update(Entry, long)
          Use instead GSInteraction.update(Entry, Entry, long, long) (@link #update(Entry, long, long) } 
com.j_spaces.core.IJSpace.update(Entry, Transaction, long, long, boolean)
          use instead IJSpace.update(Entry, Transaction, long, long, int) with UpdateModifiers.UPDATE_OR_WRITE modifier which is equivalent to setting writeIfAbsent=true. 
 

Deprecated Constructors
com.j_spaces.map.Envelope(Object, Object, Attribute[], String)
          This method will not be available in future versions 
com.j_spaces.core.client.LocalTransactionManager(IJSpace)
          Use LocalTransactionManager.getInstance(com.j_spaces.map.IMap) instead 
com.j_spaces.core.client.NotifyDelegator(IJSpace, Entry, Transaction, RemoteEventListener, long, MarshalledObject)
          Use NotifyDelegator.NotifyDelegator(IJSpace, Entry, Transaction, RemoteEventListener, long, MarshalledObject, boolean, int) 
com.j_spaces.core.client.NotifyDelegator(IJSpace, Entry, Transaction, RemoteEventListener, long, MarshalledObject, boolean)
          NotifyDelegator.NotifyDelegator(IJSpace, Entry, Transaction, RemoteEventListener, long, MarshalledObject, boolean, int) 
com.j_spaces.core.client.NotifyDelegator(RemoteEventListener)
          Use NotifyDelegator.NotifyDelegator(RemoteEventListener, boolean)