Package org.jboss.as.weld.ejb
Class SerializedStatefulSessionObject
- java.lang.Object
-
- org.jboss.as.weld.ejb.SerializedStatefulSessionObject
-
- All Implemented Interfaces:
Serializable
public class SerializedStatefulSessionObject extends Object implements Serializable
Serialized form of a SFSB- Author:
- Stuart Douglas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializedStatefulSessionObject(String componentServiceName, org.jboss.ejb.client.SessionID sessionID, Map<Class<?>,String> serviceNames)SerializedStatefulSessionObject(org.jboss.msc.service.ServiceName componentServiceName, org.jboss.ejb.client.SessionID sessionID, Map<Class<?>,org.jboss.msc.service.ServiceName> serviceNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComponentServiceName()Map<Class<?>,String>getServiceNames()org.jboss.ejb.client.SessionIDgetSessionID()
-