org.eclipse.emf.cdo.server.protocol
Class DeleteResourcesIndication

java.lang.Object
  extended by org.eclipse.net4j.core.impl.AbstractSignal
      extended by org.eclipse.net4j.core.impl.AbstractIndication
          extended by org.eclipse.net4j.core.impl.AbstractIndicationWithResponse
              extended by org.eclipse.emf.cdo.server.protocol.DeleteResourcesIndication
All Implemented Interfaces:
CDOResSignals, org.eclipse.net4j.core.Indication, org.eclipse.net4j.core.IndicationWithResponse, org.eclipse.net4j.core.Receiver, org.eclipse.net4j.core.Signal, org.eclipse.net4j.core.Transmitter, org.eclipse.net4j.spring.Loggable

public class DeleteResourcesIndication
extends org.eclipse.net4j.core.impl.AbstractIndicationWithResponse
implements CDOResSignals


Field Summary
 
Fields inherited from class org.eclipse.net4j.core.impl.AbstractSignal
channel
 
Fields inherited from interface org.eclipse.emf.cdo.core.CDOResSignals
CREATE_RESOURCE, DELETE_RESOURCES, MOVE_RESOURCE, QUERY_ALL_RESOURCES, QUERY_SUB_RESOURCES, RESOURCES_CHANGED
 
Constructor Summary
DeleteResourcesIndication()
           
 
Method Summary
 short getSignalId()
           
 void indicate()
           
 void respond()
           
 
Methods inherited from class org.eclipse.net4j.core.impl.AbstractIndicationWithResponse
flush, hasResponse, transmitBoolean, transmitByte, transmitBytes, transmitChar, transmitDouble, transmitFloat, transmitInt, transmitLong, transmitObject, transmitShort, transmitString
 
Methods inherited from class org.eclipse.net4j.core.impl.AbstractIndication
receiveBoolean, receiveByte, receiveBytes, receiveChar, receiveDouble, receiveFloat, receiveInt, receiveLong, receiveObject, receiveShort, receiveString
 
Methods inherited from class org.eclipse.net4j.core.impl.AbstractSignal
assertReceivingAllowed, assertTransmittingAllowed, debug, debug, error, error, fatal, fatal, getBeanName, getChannel, getChild, getContainer, getFullBeanName, getLogger, getName, getProtocol, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isWarnEnabled, setChannel, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.net4j.core.Signal
getChannel, getName, getProtocol, setChannel
 
Methods inherited from interface org.eclipse.net4j.spring.Loggable
debug, debug, error, error, fatal, fatal, getBeanName, getChild, getContainer, getFullBeanName, getLogger, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isWarnEnabled, warn, warn
 
Methods inherited from interface org.eclipse.net4j.core.Receiver
receiveBoolean, receiveByte, receiveBytes, receiveChar, receiveDouble, receiveFloat, receiveInt, receiveLong, receiveObject, receiveShort, receiveString
 

Constructor Detail

DeleteResourcesIndication

public DeleteResourcesIndication()
Method Detail

getSignalId

public short getSignalId()
Specified by:
getSignalId in interface org.eclipse.net4j.core.Signal

indicate

public void indicate()
Specified by:
indicate in interface org.eclipse.net4j.core.Indication

respond

public void respond()
Specified by:
respond in interface org.eclipse.net4j.core.IndicationWithResponse

Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.