org.jboss.cdi.tck.tests.context.passivating.validation
Class Ferry
java.lang.Object
org.jboss.cdi.tck.tests.context.passivating.validation.Ferry
- All Implemented Interfaces:
- Serializable, Vessel
@EnginePowered
public class Ferry
- extends Object
- implements Vessel, Serializable
This bean is passivation capable although it is not required to be (it does not declare a passivating scope).
- See Also:
- Serialized Form
|
Constructor Summary |
Ferry()
|
|
Method Summary |
void |
sail()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ferry
public Ferry()
sail
public void sail()
- Specified by:
sail in interface Vessel
Copyright © 2008-2013 Seam Framework. All Rights Reserved.