GigaSpaces XAP 8.0 API

org.openspaces.core.gateway
Class GatewaySinkServiceDetails

java.lang.Object
  extended by org.openspaces.pu.service.PlainServiceDetails
      extended by org.openspaces.core.gateway.GatewayServiceDetails
          extended by org.openspaces.core.gateway.GatewaySinkServiceDetails
All Implemented Interfaces:
Externalizable, Serializable, ServiceDetails

public class GatewaySinkServiceDetails
extends GatewayServiceDetails

Provide service details of a GatewaySinkFactoryBean

Since:
8.0.3
Author:
eitany
See Also:
Serialized Form

Field Summary
static String SERVICE_SUB_TYPE
           
 
Fields inherited from class org.openspaces.core.gateway.GatewayServiceDetails
SERVICE_TYPE
 
Fields inherited from class org.openspaces.pu.service.PlainServiceDetails
attributes, description, id, longDescription, serviceSubType, serviceType
 
Constructor Summary
GatewaySinkServiceDetails()
           
GatewaySinkServiceDetails(String localGatewayName, String[] gatewaySourceNames, boolean requiresBootstrap, String localSpaceUrl)
           
 
Method Summary
 String[] getGatewaySourceNames()
           
 String getLocalSpaceUrl()
           
 void readExternal(ObjectInput in)
           
 boolean requiresBootstrap()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.openspaces.core.gateway.GatewayServiceDetails
getLocalGatewayName
 
Methods inherited from class org.openspaces.pu.service.PlainServiceDetails
aggregateById, aggregateByServiceSubType, aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SERVICE_SUB_TYPE

public static final String SERVICE_SUB_TYPE
See Also:
Constant Field Values
Constructor Detail

GatewaySinkServiceDetails

public GatewaySinkServiceDetails()

GatewaySinkServiceDetails

public GatewaySinkServiceDetails(String localGatewayName,
                                 String[] gatewaySourceNames,
                                 boolean requiresBootstrap,
                                 String localSpaceUrl)
Method Detail

getGatewaySourceNames

public String[] getGatewaySourceNames()

requiresBootstrap

public boolean requiresBootstrap()

getLocalSpaceUrl

public String getLocalSpaceUrl()

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class GatewayServiceDetails
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class GatewayServiceDetails
Throws:
IOException
ClassNotFoundException

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.