org.jboss.remoting3.spi
Class ProtocolServiceType<T>
java.lang.Object
org.jboss.remoting3.spi.ProtocolServiceType<T>
- All Implemented Interfaces:
- Serializable
public final class ProtocolServiceType<T>
- extends Object
- implements Serializable
- See Also:
- Serialized Form
MARSHALLER_PROVIDER_DESCRIPTOR
public static final ProtocolServiceType<org.jboss.marshalling.ProviderDescriptor> MARSHALLER_PROVIDER_DESCRIPTOR
CLASS_TABLE
public static final ProtocolServiceType<org.jboss.marshalling.ClassTable> CLASS_TABLE
OBJECT_TABLE
public static final ProtocolServiceType<org.jboss.marshalling.ObjectTable> OBJECT_TABLE
CLASS_RESOLVER
public static final ProtocolServiceType<org.jboss.marshalling.ClassResolver> CLASS_RESOLVER
OBJECT_RESOLVER
public static final ProtocolServiceType<org.jboss.marshalling.ObjectResolver> OBJECT_RESOLVER
CLASS_EXTERNALIZER_FACTORY
public static final ProtocolServiceType<org.jboss.marshalling.ClassExternalizerFactory> CLASS_EXTERNALIZER_FACTORY
getValueClass
public Class<T> getValueClass()
getName
public String getName()
getIndex
public int getIndex()
readResolve
protected Object readResolve()
getServiceTypes
public static ProtocolServiceType<?>[] getServiceTypes()
getServiceType
public static ProtocolServiceType<?> getServiceType(int index)
getDescription
public String getDescription()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010 JBoss, a division of Red Hat, Inc.