public static class ClusterListenerRemoveCallable.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ClusterListenerRemoveCallable>
Constructor and Description |
---|
Externalizer() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
Set<Class<? extends ClusterListenerRemoveCallable>> |
getTypeClasses() |
ClusterListenerRemoveCallable |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
ClusterListenerRemoveCallable object) |
public Set<Class<? extends ClusterListenerRemoveCallable>> getTypeClasses()
public void writeObject(ObjectOutput output, ClusterListenerRemoveCallable object) throws IOException
IOException
public ClusterListenerRemoveCallable readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public Integer getId()
getId
in interface org.infinispan.commons.marshall.AdvancedExternalizer<ClusterListenerRemoveCallable>
getId
in class org.infinispan.commons.marshall.AbstractExternalizer<ClusterListenerRemoveCallable>
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.