Uses of Class
net.sourceforge.fixagora.basis.shared.model.communication.StopBusinessComponentRequest

Packages that use StopBusinessComponentRequest
net.sourceforge.fixagora.basis.server.control   
net.sourceforge.fixagora.basis.shared.model.communication   
 

Uses of StopBusinessComponentRequest in net.sourceforge.fixagora.basis.server.control
 

Methods in net.sourceforge.fixagora.basis.server.control with parameters of type StopBusinessComponentRequest
 void BasisRequestHandler.onStopBusinessComponentRequest(StopBusinessComponentRequest stopBusinessComponentRequest, org.jboss.netty.channel.Channel channel)
           
 void BusinessComponentHandler.onStopBusinessComponentRequest(StopBusinessComponentRequest stopBusinessComponentRequest, org.jboss.netty.channel.Channel channel)
          On stop business component request.
 

Uses of StopBusinessComponentRequest in net.sourceforge.fixagora.basis.shared.model.communication
 

Methods in net.sourceforge.fixagora.basis.shared.model.communication with parameters of type StopBusinessComponentRequest
 void BasisRequests.onStopBusinessComponentRequest(StopBusinessComponentRequest stopBusinessComponentRequest, org.jboss.netty.channel.Channel channel)
          On stop business component request.
 

Constructors in net.sourceforge.fixagora.basis.shared.model.communication with parameters of type StopBusinessComponentRequest
StopBusinessComponentResponse(StopBusinessComponentRequest stopBusinessComponentRequest)
          Instantiates a new stop business component response.