public static class SlidingLengthWindow.SlidingLengthWindowContext extends Object implements Behavior.Context, Externalizable
Modifier and Type | Field and Description |
---|---|
EventFactHandle[] |
handles |
int |
pos |
Constructor and Description |
---|
SlidingLengthWindow.SlidingLengthWindowContext(int size) |
Modifier and Type | Method and Description |
---|---|
Collection<EventFactHandle> |
getFactHandles() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public EventFactHandle[] handles
public int pos
public SlidingLengthWindow.SlidingLengthWindowContext(int size)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public Collection<EventFactHandle> getFactHandles()
getFactHandles
in interface Behavior.Context
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.