Interface MarshallableContextual<C>
-
- All Known Implementing Classes:
PassivationCapableSerializableBean,PassivationCapableSerializableContextual
public interface MarshallableContextual<C>- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.weld.serialization.spi.BeanIdentifiergetIdentifier()CgetInstance()
-
-
-
Method Detail
-
getIdentifier
org.jboss.weld.serialization.spi.BeanIdentifier getIdentifier()
-
getInstance
C getInstance()
-
-